Searched refs:ccmode_ctr (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h38 const struct ccmode_ctr *ccdes_ctr_crypt_mode(void);
55 const struct ccmode_ctr *ccdes3_ctr_crypt_mode(void);
H A Dccaes.h90 const struct ccmode_ctr *ccaes_ctr_crypt_mode(void);
H A Dccmode_impl.h73 struct ccmode_ctr { struct
76 void (*init)(const struct ccmode_ctr *ctr, ccctr_ctx *ctx,
H A Dccmode.h210 /* Declare a ctr key named _name_. Pass the size field of a struct ccmode_ctr
219 CC_INLINE size_t ccctr_context_size(const struct ccmode_ctr *mode)
224 CC_INLINE unsigned long ccctr_block_size(const struct ccmode_ctr *mode)
229 CC_INLINE void ccctr_init(const struct ccmode_ctr *mode, ccctr_ctx *ctx,
235 CC_INLINE void ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx,
241 CC_INLINE void ccctr_one_shot(const struct ccmode_ctr *mode,
H A Dccmode_factory.h29 static struct ccmode_ctr ctr_##_cipher_; \
31 const struct ccmode_ctr *cc##_cipher_##_ctr_crypt_mode(void) \
273 void ccmode_ctr_init(const struct ccmode_ctr *ctr, ccctr_ctx *ctx,
284 /* Use this to statically initialize a ccmode_ctr object for decryption. */
293 /* Use these function to runtime initialize a ccmode_ctr decrypt object (for
298 void ccmode_factory_ctr_crypt(struct ccmode_ctr *ctr,
300 struct ccmode_ctr ctr_crypt = CCMODE_FACTORY_CTR_CRYPT(ecb);

Completed in 22 milliseconds