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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h170 void (*init)(const struct ccmode_omac *omac, ccomac_ctx *ctx,
172 int (*omac)(ccomac_ctx *ctx, unsigned long nblocks, member in struct:ccmode_omac
H A Dccmode_factory.h544 /* Create a omac key from a omac mode object. The tweak_len here
546 ccmode_omac->omac().
549 void ccmode_omac_init(const struct ccmode_omac *omac, ccomac_ctx *ctx,
564 .omac = ccmode_omac_decrypt, \
573 .omac = ccmode_omac_encrypt, \
582 void ccmode_factory_omac_decrypt(struct ccmode_omac *omac, argument
585 *omac = omac_decrypt;
593 void ccmode_factory_omac_encrypt(struct ccmode_omac *omac, argument
596 *omac
[all...]
H A Dccmode.h509 /* Declare a omac key named _name_. Pass the size field of a struct ccmode_omac
533 return mode->omac(ctx, nblocks, tweak, in, out);
542 int result = mode->omac(ctx, nblocks, tweak, in, out);

Completed in 27 milliseconds