Home
last modified time | relevance | path

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

/xnu-11215.61.5/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_factory.h55 void ccmode_factory_cfb8_decrypt(struct ccmode_cfb8 *cfb8,
62 void ccmode_factory_cfb8_encrypt(struct ccmode_cfb8 *cfb8,
H A Dccaes.h84 const struct ccmode_cfb8 *ccaes_cfb8_encrypt_mode(void);
92 const struct ccmode_cfb8 *ccaes_cfb8_decrypt_mode(void);
H A Dccmode_impl.h93 struct ccmode_cfb8 { struct
96 int (*CC_SPTR(ccmode_cfb8, argument
97 …init))(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx, size_t key_len, const void *key, const voi…
98 int (*CC_SPTR(ccmode_cfb8, cfb8))(cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out);
H A Dccmode.h137 size_t cccfb8_context_size(const struct ccmode_cfb8 *mode);
139 size_t cccfb8_block_size(const struct ccmode_cfb8 *mode);
141 int cccfb8_init(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t key_len, const void *cc_siz…
143 int cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, size_t nbytes, const void *cc_si…
145 int cccfb8_one_shot(const struct ccmode_cfb8 *mode,
/xnu-11215.61.5/osfmk/corecrypto/
H A Dccmode_internal.h202 int ccmode_cfb8_init(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,