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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h35 const struct ccmode_cfb8 *ccdes_cfb8_decrypt_mode(void);
36 const struct ccmode_cfb8 *ccdes_cfb8_encrypt_mode(void);
52 const struct ccmode_cfb8 *ccdes3_cfb8_decrypt_mode(void);
53 const struct ccmode_cfb8 *ccdes3_cfb8_encrypt_mode(void);
H A Dccaes.h77 const struct ccmode_cfb8 *ccaes_cfb8_encrypt_mode(void);
85 const struct ccmode_cfb8 *ccaes_cfb8_decrypt_mode(void);
H A Dccmode_impl.h60 struct ccmode_cfb8 { struct
63 void (*init)(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
H A Dccmode.h171 /* Declare a cfb8 key named _name_. Pass the size field of a struct ccmode_cfb8
176 CC_INLINE size_t cccfb8_context_size(const struct ccmode_cfb8 *mode)
181 CC_INLINE unsigned long cccfb8_block_size(const struct ccmode_cfb8 *mode)
186 CC_INLINE void cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx,
192 CC_INLINE void cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx,
198 CC_INLINE void cccfb8_one_shot(const struct ccmode_cfb8 *mode,
H A Dccmode_factory.h221 void ccmode_cfb8_init(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
233 /* Use this to statically initialize a ccmode_cfb8 object for decryption. */
242 /* Use this to statically initialize a ccmode_cfb8 object for encryption. */
251 /* Use these function to runtime initialize a ccmode_cfb8 decrypt object (for
256 void ccmode_factory_cfb8_decrypt(struct ccmode_cfb8 *cfb8,
258 struct ccmode_cfb8 cfb8_decrypt = CCMODE_FACTORY_CFB8_DECRYPT(ecb);
262 /* Use these function to runtime initialize a ccmode_cfb8 encrypt object (for
267 void ccmode_factory_cfb8_encrypt(struct ccmode_cfb8 *cfb8,
269 struct ccmode_cfb8 cfb8_encrypt = CCMODE_FACTORY_CFB8_ENCRYPT(ecb);

Completed in 32 milliseconds