Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h813 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 Dccmode_impl.h189 size_t nonce_len,