Searched refs:ccmode_omac (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_factory.h | 112 void ccmode_factory_omac_decrypt(struct ccmode_omac *omac, 119 void ccmode_factory_omac_encrypt(struct ccmode_omac *omac,
|
| H A D | ccmode_impl.h | 230 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 D | ccmode.h | 842 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 D | ccmode_internal.h | 521 int ccmode_omac_init(const struct ccmode_omac *omac, ccomac_ctx *ctx,
|