Searched refs:tweak_len (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 895 CC_INLINE int ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t tweak_len, size_t… in ccomac_init() argument 897 return mode->init(mode, ctx, tweak_len, key_len, key); in ccomac_init() 907 size_t tweak_len, in ccomac_one_shot() argument 917 rc = mode->init(mode, ctx, tweak_len, key_len, key); in ccomac_one_shot()
|
| H A D | ccmode_impl.h | 226 …init))(const struct ccmode_omac *omac, ccomac_ctx *ctx, size_t tweak_len, size_t key_len, const vo…
|