Home
last modified time | relevance | path

Searched refs:ccmode_omac (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h112 void ccmode_factory_omac_decrypt(struct ccmode_omac *omac,
119 void ccmode_factory_omac_encrypt(struct ccmode_omac *omac,
H A Dccmode_impl.h230 struct ccmode_omac { struct
233 int (*CC_SPTR(ccmode_omac, argument
234 …init))(const struct ccmode_omac *omac, ccomac_ctx *ctx, size_t tweak_len, size_t key_len, const vo…
235 …int (*CC_SPTR(ccmode_omac, omac))(ccomac_ctx *ctx, size_t nblocks, const void *tweak, const void *…
H A Dccmode.h842 size_t ccomac_context_size(const struct ccmode_omac *mode);
844 size_t ccomac_block_size(const struct ccmode_omac *mode);
846 int ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t tweak_len, size_t key_len, …
848 int ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t nblocks, const void *twea…
850 int ccomac_one_shot(const struct ccmode_omac *mode,
/xnu-11215.1.10/osfmk/corecrypto/
H A Dccmode_internal.h521 int ccmode_omac_init(const struct ccmode_omac *omac, ccomac_ctx *ctx,