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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h32 const struct ccmode_cfb *ccdes_cfb_decrypt_mode(void);
33 const struct ccmode_cfb *ccdes_cfb_encrypt_mode(void);
49 const struct ccmode_cfb *ccdes3_cfb_decrypt_mode(void);
50 const struct ccmode_cfb *ccdes3_cfb_encrypt_mode(void);
H A Dccaes.h76 const struct ccmode_cfb *ccaes_cfb_encrypt_mode(void);
84 const struct ccmode_cfb *ccaes_cfb_decrypt_mode(void);
H A Dccmode_impl.h47 struct ccmode_cfb { struct
50 void (*init)(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
H A Dccmode.h131 /* Declare a cfb key named _name_. Pass the size field of a struct ccmode_cfb
136 CC_INLINE size_t cccfb_context_size(const struct ccmode_cfb *mode)
141 CC_INLINE unsigned long cccfb_block_size(const struct ccmode_cfb *mode)
146 CC_INLINE void cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx,
153 CC_INLINE void cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx,
159 CC_INLINE void cccfb_one_shot(const struct ccmode_cfb *mode,
H A Dccmode_factory.h166 void ccmode_cfb_init(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
180 /* Use this to statically initialize a ccmode_cfb object for decryption. */
189 /* Use this to statically initialize a ccmode_cfb object for encryption. */
198 /* Use these function to runtime initialize a ccmode_cfb decrypt object (for
203 void ccmode_factory_cfb_decrypt(struct ccmode_cfb *cfb,
205 struct ccmode_cfb cfb_decrypt = CCMODE_FACTORY_CFB_DECRYPT(ecb);
209 /* Use these function to runtime initialize a ccmode_cfb encrypt object (for
214 void ccmode_factory_cfb_encrypt(struct ccmode_cfb *cfb,
216 struct ccmode_cfb cfb_encrypt = CCMODE_FACTORY_CFB_ENCRYPT(ecb);

Completed in 10 milliseconds