Home
last modified time | relevance | path

Searched refs:nonce_nbytes (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/
H A Dcckprng.h285 size_t nonce_nbytes,
295 size_t nonce_nbytes,
323 size_t nonce_nbytes,
345 size_t nonce_nbytes,
H A Dccmode_siv.h250 unsigned nonce_nbytes, const uint8_t* nonce, in ccsiv_one_shot() argument
258 rc=mode->set_nonce(ctx, nonce_nbytes, nonce); in ccsiv_one_shot()
H A Dccmode_siv_hmac.h205 unsigned nonce_nbytes,
/xnu-8020.121.3/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c143 size_t nonce_nbytes, in init() argument
163 update(ctx, 3, entropy_nbytes, entropy, nonce_nbytes, nonce, ps_nbytes, ps); in init()