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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h95 void (*init)(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,
98 void (*ofb)(ccofb_ctx *ctx, unsigned long nblocks, member in struct:ccmode_ofb
H A Dccmode_factory.h410 void ccmode_ofb_init(const struct ccmode_ofb *ofb, ccofb_ctx *ctx,
427 .ofb = ccmode_ofb_crypt, \
436 void ccmode_factory_ofb_crypt(struct ccmode_ofb *ofb, argument
439 *ofb = ofb_crypt;
H A Dccmode.h254 /* Declare a ofb key named _name_. Pass the size field of a struct ccmode_ofb
278 mode->ofb(ctx, in_len, in, out);
287 mode->ofb(ctx, in_len, in, out);

Completed in 29 milliseconds