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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h50 void (*init)(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
52 void (*cfb)(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out); member in struct:ccmode_cfb
H A Dccmode_factory.h166 void ccmode_cfb_init(const struct ccmode_cfb *cfb, cccfb_ctx *ctx,
185 .cfb = ccmode_cfb_decrypt, \
194 .cfb = ccmode_cfb_encrypt, \
203 void ccmode_factory_cfb_decrypt(struct ccmode_cfb *cfb, argument
206 *cfb = cfb_decrypt;
214 void ccmode_factory_cfb_encrypt(struct ccmode_cfb *cfb, argument
217 *cfb = cfb_encrypt;
H A Dccmode.h131 /* Declare a cfb key named _name_. Pass the size field of a struct ccmode_cfb
156 mode->cfb(ctx, nbytes, in, out);
165 mode->cfb(ctx, nbytes, in, out);

Completed in 21 milliseconds