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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h448 /* Create a omac key from a omac mode object. The tweak_len here
450 ccmode_omac->omac().
453 void ccmode_omac_init(const struct ccmode_omac *omac, ccomac_ctx *ctx,
468 .omac = ccmode_omac_decrypt, \
477 .omac = ccmode_omac_encrypt, \
486 void ccmode_factory_omac_decrypt(struct ccmode_omac *omac, argument
489 *omac = omac_decrypt;
497 void ccmode_factory_omac_encrypt(struct ccmode_omac *omac, argument
500 *omac
[all...]
H A Dccmode_impl.h158 void (*init)(const struct ccmode_omac *omac, ccomac_ctx *ctx,
161 int (*omac)(ccomac_ctx *ctx, unsigned long nblocks, member in struct:ccmode_omac
H A Dccmode.h430 /* Declare a omac key named _name_. Pass the size field of a struct ccmode_omac
454 return mode->omac(ctx, in_len, tweak, in, out);
463 int result = mode->omac(ctx, in_len, tweak, in, out);

Completed in 31 milliseconds