Searched refs:ccmode_omac (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_impl.h | 222 struct ccmode_omac { struct 225 int (*CC_SPTR(ccmode_omac, argument 226 …init))(const struct ccmode_omac *omac, ccomac_ctx *ctx, size_t tweak_len, size_t key_len, const vo… 227 …int (*CC_SPTR(ccmode_omac, omac))(ccomac_ctx *ctx, size_t nblocks, const void *tweak, const void *…
|
| H A D | ccmode.h | 885 CC_INLINE size_t ccomac_context_size(const struct ccmode_omac *mode) in ccomac_context_size() 890 CC_INLINE size_t ccomac_block_size(const struct ccmode_omac *mode) in ccomac_block_size() 895 CC_INLINE int ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t tweak_len, size_t… in ccomac_init() 901 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t nblocks, const void *tweak, c… in ccomac_update() 906 CC_INLINE int ccomac_one_shot(const struct ccmode_omac *mode, in ccomac_one_shot()
|