Searched refs:ccmode_cfb (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdes.h | 30 const struct ccmode_cfb *ccdes_cfb_decrypt_mode(void); 31 const struct ccmode_cfb *ccdes_cfb_encrypt_mode(void); 47 const struct ccmode_cfb *ccdes3_cfb_decrypt_mode(void); 48 const struct ccmode_cfb *ccdes3_cfb_encrypt_mode(void);
|
| H A D | ccaes.h | 41 extern const struct ccmode_cfb ccaes_arm_cfb_encrypt_mode; 42 extern const struct ccmode_cfb ccaes_arm_cfb_decrypt_mode; 97 const struct ccmode_cfb *ccaes_cfb_encrypt_mode(void); 105 const struct ccmode_cfb *ccaes_cfb_decrypt_mode(void);
|
| H A D | ccmode_impl.h | 75 struct ccmode_cfb { struct 78 int (*CC_SPTR(ccmode_cfb, argument 79 …init))(const struct ccmode_cfb *cfb, cccfb_ctx *ctx, size_t key_len, const void *key, const void *… 80 int (*CC_SPTR(ccmode_cfb, cfb))(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out);
|
| H A D | ccmode.h | 127 CC_INLINE size_t cccfb_context_size(const struct ccmode_cfb *mode) in cccfb_context_size() 132 CC_INLINE size_t cccfb_block_size(const struct ccmode_cfb *mode) in cccfb_block_size() 137 CC_INLINE int cccfb_init(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t key_len, const void … in cccfb_init() 142 CC_INLINE int cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, size_t nbytes, const void… in cccfb_update() 147 CC_INLINE int cccfb_one_shot(const struct ccmode_cfb *mode, in cccfb_one_shot()
|