Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h102 struct ccmode_ctr { struct
106 int (*CC_SPTR(ccmode_ctr, argument
107 …init))(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t key_len, const void *key, const void …
108 …int (*CC_SPTR(ccmode_ctr, setctr))(const struct ccmode_ctr *mode, ccctr_ctx *ctx, const void *ctr);
109 int (*CC_SPTR(ccmode_ctr, ctr))(ccctr_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccaes.h57 extern const struct ccmode_ctr ccaes_ios_hardware_ctr_crypt_mode;
62 extern const struct ccmode_ctr *ccaes_ios_mux_ctr_crypt_mode(void);
113 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.h233 CC_INLINE size_t ccctr_context_size(const struct ccmode_ctr *mode) in ccctr_context_size()
238 CC_INLINE size_t ccctr_block_size(const struct ccmode_ctr *mode) in ccctr_block_size()
243 CC_INLINE int ccctr_init(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t key_len, const void … in ccctr_init()
248 CC_INLINE int ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx, size_t nbytes, const void… in ccctr_update()
253 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.h45 const struct ccmode_ctr *ctr;
H A Dccmode_siv.h39 const struct ccmode_ctr *ctr;
/xnu-8796.121.2/libkern/libkern/crypto/
H A Dregister_crypto.h226 const struct ccmode_ctr *ccaes_ctr_crypt;