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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h219 void ccmode_cfb8_init(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
237 .cfb8 = ccmode_cfb8_decrypt, \
246 .cfb8 = ccmode_cfb8_encrypt, \
255 void ccmode_factory_cfb8_decrypt(struct ccmode_cfb8 *cfb8, argument
258 *cfb8 = cfb8_decrypt;
266 void ccmode_factory_cfb8_encrypt(struct ccmode_cfb8 *cfb8, argument
269 *cfb8 = cfb8_encrypt;
H A Dccmode_impl.h65 void (*init)(const struct ccmode_cfb8 *cfb8, cccfb8_ctx *ctx,
68 void (*cfb8)(cccfb8_ctx *ctx, unsigned long nbytes, member in struct:ccmode_cfb8
H A Dccmode.h169 /* Declare a cfb8 key named _name_. Pass the size field of a struct ccmode_cfb8
193 mode->cfb8(ctx, in_len, in, out);
202 mode->cfb8(ctx, in_len, in, out);

Completed in 49 milliseconds