Searched refs:cfb8 (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h63 void (*init)(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
65 void (*cfb8)(cccfb8_ctx *ctx, size_t nbytes, const void *in, void *out); member in struct:ccmode_cfb8
H A Dccmode_factory.h221 void ccmode_cfb8_init(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
238 .cfb8 = ccmode_cfb8_decrypt, \
247 .cfb8 = ccmode_cfb8_encrypt, \
256 void ccmode_factory_cfb8_decrypt(struct ccmode_cfb8 *cfb8, argument
259 *cfb8 = cfb8_decrypt;
267 void ccmode_factory_cfb8_encrypt(struct ccmode_cfb8 *cfb8, argument
270 *cfb8 = cfb8_encrypt;
H A Dccmode.h171 /* Declare a cfb8 key named _name_. Pass the size field of a struct ccmode_cfb8
195 mode->cfb8(ctx, nbytes, in, out);
204 mode->cfb8(ctx, nbytes, in, out);

Completed in 27 milliseconds