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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h164 void ccmode_cfb_init(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
183 .cfb = ccmode_cfb_decrypt, \
192 .cfb = ccmode_cfb_encrypt, \
201 void ccmode_factory_cfb_decrypt(struct ccmode_cfb *cfb, argument
204 *cfb = cfb_decrypt;
212 void ccmode_factory_cfb_encrypt(struct ccmode_cfb *cfb, argument
215 *cfb = cfb_encrypt;
H A Dccmode_impl.h50 void (*init)(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
53 void (*cfb)(cccfb_ctx *ctx, unsigned long nblocks, member in struct:ccmode_cfb
H A Dccmode.h130 /* Declare a cfb key named _name_. Pass the size field of a struct ccmode_cfb
154 mode->cfb(ctx, in_len, in, out);
163 mode->cfb(ctx, in_len, in, out);

Completed in 63 milliseconds