Searched refs:tweak_len (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 1057 CC_INLINE int ccomac_init(const struct ccmode_omac *mode, ccomac_ctx *ctx, size_t tweak_len, size_t… in ccomac_init() argument 1059 return mode->init(mode, ctx, tweak_len, key_len, key); in ccomac_init() 1069 size_t tweak_len, in ccomac_one_shot() argument 1072 const void *cc_sized_by(tweak_len) tweak, in ccomac_one_shot() 1079 rc = mode->init(mode, ctx, tweak_len, key_len, key); in ccomac_one_shot()
|
| H A D | ccmode_impl.h | 231 …init))(const struct ccmode_omac *omac, ccomac_ctx *ctx, size_t tweak_len, size_t key_len, const vo…
|