Searched refs:ccmode_ctr (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_impl.h | 102 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 D | ccaes.h | 57 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 D | ccdes.h | 36 const struct ccmode_ctr *ccdes_ctr_crypt_mode(void); 53 const struct ccmode_ctr *ccdes3_ctr_crypt_mode(void);
|
| H A D | ccmode.h | 233 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 D | ccdrbg.h | 92 const struct ccmode_ctr *ctr_info;
|
| H A D | ccmode_siv_hmac.h | 45 const struct ccmode_ctr *ctr;
|
| H A D | ccmode_siv.h | 39 const struct ccmode_ctr *ctr;
|
| /xnu-8796.121.2/libkern/libkern/crypto/ |
| H A D | register_crypto.h | 226 const struct ccmode_ctr *ccaes_ctr_crypt;
|