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

/darwin-on-arm/xnu/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.h68 const struct ccmode_cfb *ccaes_cfb_encrypt_mode(void);
75 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_factory.h164 void ccmode_cfb_init(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
178 /* Use this to statically initialize a ccmode_cfb object for decryption. */
187 /* Use this to statically initialize a ccmode_cfb object for encryption. */
196 /* Use these function to runtime initialize a ccmode_cfb decrypt object (for
201 void ccmode_factory_cfb_decrypt(struct ccmode_cfb *cfb,
203 struct ccmode_cfb cfb_decrypt = CCMODE_FACTORY_CFB_DECRYPT(ecb);
207 /* Use these function to runtime initialize a ccmode_cfb encrypt object (for
212 void ccmode_factory_cfb_encrypt(struct ccmode_cfb *cfb,
214 struct ccmode_cfb cfb_encrypt = CCMODE_FACTORY_CFB_ENCRYPT(ecb);
H A Dccmode.h130 /* Declare a cfb key named _name_. Pass the size field of a struct ccmode_cfb
135 CC_INLINE size_t cccfb_context_size(const struct ccmode_cfb *mode)
140 CC_INLINE unsigned long cccfb_block_size(const struct ccmode_cfb *mode)
145 CC_INLINE void cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx,
151 CC_INLINE void cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx,
157 CC_INLINE void cccfb_one_shot(const struct ccmode_cfb *mode,

Completed in 34 milliseconds