Home
last modified time | relevance | path

Searched refs:ccmode_cfb8 (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.81.2/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h33 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 Dccmode_impl.h90 struct ccmode_cfb8 { struct
93 int (*CC_SPTR(ccmode_cfb8, argument
94 …init))(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx, size_t key_len, const void *key, const voi…
95 int (*CC_SPTR(ccmode_cfb8, cfb8))(cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccaes.h100 const struct ccmode_cfb8 *ccaes_cfb8_encrypt_mode(void);
108 const struct ccmode_cfb8 *ccaes_cfb8_decrypt_mode(void);
H A Dccmode.h184 CC_INLINE size_t cccfb8_context_size(const struct ccmode_cfb8 *mode) in cccfb8_context_size()
189 CC_INLINE size_t cccfb8_block_size(const struct ccmode_cfb8 *mode) in cccfb8_block_size()
194 CC_INLINE int cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t key_len, const vo… in cccfb8_init()
199 CC_INLINE int cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t nbytes, const v… in cccfb8_update()
204 CC_INLINE int cccfb8_one_shot(const struct ccmode_cfb8 *mode, in cccfb8_one_shot()