Searched refs:ccmode_cfb8 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccdes.h | 33 const struct ccmode_cfb8 *ccdes_cfb8_decrypt_mode(void); 34 const struct ccmode_cfb8 *ccdes_cfb8_encrypt_mode(void); 50 const struct ccmode_cfb8 *ccdes3_cfb8_decrypt_mode(void); 51 const struct ccmode_cfb8 *ccdes3_cfb8_encrypt_mode(void);
|
| H A D | ccmode_impl.h | 87 struct ccmode_cfb8 { struct 90 int (*CC_SPTR(ccmode_cfb8, argument 91 …init))(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx, size_t key_len, const void *key, const voi… 92 int (*CC_SPTR(ccmode_cfb8, cfb8))(cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out);
|
| H A D | ccaes.h | 98 const struct ccmode_cfb8 *ccaes_cfb8_encrypt_mode(void); 106 const struct ccmode_cfb8 *ccaes_cfb8_decrypt_mode(void);
|
| H A D | ccmode.h | 172 CC_INLINE size_t cccfb8_context_size(const struct ccmode_cfb8 *mode) in cccfb8_context_size() 177 CC_INLINE size_t cccfb8_block_size(const struct ccmode_cfb8 *mode) in cccfb8_block_size() 182 CC_INLINE int cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t key_len, const vo… in cccfb8_init() 187 CC_INLINE int cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t nbytes, const v… in cccfb8_update() 192 CC_INLINE int cccfb8_one_shot(const struct ccmode_cfb8 *mode, in cccfb8_one_shot()
|