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

/darwin-on-arm/xnu/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.h69 const struct ccmode_cfb8 *ccaes_cfb8_encrypt_mode(void);
76 const struct ccmode_cfb8 *ccaes_cfb8_decrypt_mode(void);
H A Dccmode_impl.h62 struct ccmode_cfb8 { struct
65 void (*init)(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
H A Dccmode_factory.h219 void ccmode_cfb8_init(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
232 /* Use this to statically initialize a ccmode_cfb8 object for decryption. */
241 /* Use this to statically initialize a ccmode_cfb8 object for encryption. */
250 /* Use these function to runtime initialize a ccmode_cfb8 decrypt object (for
255 void ccmode_factory_cfb8_decrypt(struct ccmode_cfb8 *cfb8,
257 struct ccmode_cfb8 cfb8_decrypt = CCMODE_FACTORY_CFB8_DECRYPT(ecb);
261 /* Use these function to runtime initialize a ccmode_cfb8 encrypt object (for
266 void ccmode_factory_cfb8_encrypt(struct ccmode_cfb8 *cfb8,
268 struct ccmode_cfb8 cfb8_encrypt = CCMODE_FACTORY_CFB8_ENCRYPT(ecb);
H A Dccmode.h169 /* Declare a cfb8 key named _name_. Pass the size field of a struct ccmode_cfb8
174 CC_INLINE size_t cccfb8_context_size(const struct ccmode_cfb8 *mode)
179 CC_INLINE unsigned long cccfb8_block_size(const struct ccmode_cfb8 *mode)
184 CC_INLINE void cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx,
190 CC_INLINE void cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx,
196 CC_INLINE void cccfb8_one_shot(const struct ccmode_cfb8 *mode,

Completed in 50 milliseconds