Home
last modified time | relevance | path

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

/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h227 struct ccmode_omac { struct
230 int (*CC_SPTR(ccmode_omac, argument
231 …init))(const struct ccmode_omac *omac, ccomac_ctx *ctx, size_t tweak_len, size_t key_len, const vo…
232 …int (*CC_SPTR(ccmode_omac, omac))(ccomac_ctx *ctx, size_t nblocks, const void *tweak, const void *…
H A Dccmode.h1047 CC_INLINE size_t ccomac_context_size(const struct ccmode_omac *mode) in ccomac_context_size()
1052 CC_INLINE size_t ccomac_block_size(const struct ccmode_omac *mode) in ccomac_block_size()
1057 CC_INLINE int ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t tweak_len, size_t… in ccomac_init()
1063 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t nblocks, const void *tweak, c… in ccomac_update()
1068 CC_INLINE int ccomac_one_shot(const struct ccmode_omac *mode, in ccomac_one_shot()