Home
last modified time | relevance | path

Searched refs:ccmode_ctr (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h99 struct ccmode_ctr { struct
103 int (*CC_SPTR(ccmode_ctr, argument
104 …init))(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t key_len, const void *key, const void …
105 …int (*CC_SPTR(ccmode_ctr, setctr))(const struct ccmode_ctr *mode, ccctr_ctx *ctx, const void *ctr);
106 int (*CC_SPTR(ccmode_ctr, ctr))(ccctr_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccaes.h55 extern const struct ccmode_ctr ccaes_ios_hardware_ctr_crypt_mode;
60 extern const struct ccmode_ctr *ccaes_ios_mux_ctr_crypt_mode(void);
111 const struct ccmode_ctr *ccaes_ctr_crypt_mode(void);
H A Dccdes.h36 const struct ccmode_ctr *ccdes_ctr_crypt_mode(void);
53 const struct ccmode_ctr *ccdes3_ctr_crypt_mode(void);
H A Dccmode.h221 CC_INLINE size_t ccctr_context_size(const struct ccmode_ctr *mode) in ccctr_context_size()
226 CC_INLINE size_t ccctr_block_size(const struct ccmode_ctr *mode) in ccctr_block_size()
231 CC_INLINE int ccctr_init(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t key_len, const void … in ccctr_init()
236 CC_INLINE int ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t nbytes, const void… in ccctr_update()
241 CC_INLINE int ccctr_one_shot(const struct ccmode_ctr *mode, in ccctr_one_shot()
H A Dccdrbg.h92 const struct ccmode_ctr *ctr_info;
H A Dccmode_siv_hmac.h47 const struct ccmode_ctr *ctr;
H A Dccmode_siv.h39 const struct ccmode_ctr *ctr;
/xnu-8020.140.41/libkern/libkern/crypto/
H A Dregister_crypto.h138 const struct ccmode_ctr *ccaes_ctr_crypt;