Searched refs:nonce_len (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 813 size_t nonce_len, in ccccm_set_iv() argument 819 return mode->set_iv(ctx, nonce_ctx, nonce_len, nonce, mac_size, auth_len, data_len); in ccccm_set_iv() 846 size_t nonce_len, in ccccm_one_shot() argument 861 rc = mode->set_iv(ctx, nonce_ctx, nonce_len, nonce, mac_size, adata_len, nbytes); in ccccm_one_shot()
|
| H A D | ccmode_impl.h | 189 size_t nonce_len,
|