Home
last modified time | relevance | path

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

/xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/
H A Dcckprng.h121 size_t nonce_nbytes,
133 size_t nonce_nbytes,
157 size_t nonce_nbytes,
181 size_t nonce_nbytes,
H A Dccrng_crypto.h71 size_t nonce_nbytes,
H A Dccmode_siv.h197 unsigned nonce_nbytes, const uint8_t* nonce,
H A Dccmode_siv_hmac.h171 unsigned nonce_nbytes,
H A Dccmode.h798 size_t nonce_nbytes,
799 const uint8_t *cc_sized_by(nonce_nbytes) nonce,
825 size_t nonce_nbytes,
826 const uint8_t *cc_sized_by(nonce_nbytes) nonce,
H A Dccrsa.h287 … size_t nonce_nbytes, const uint8_t *cc_sized_by(nonce_nbytes) nonce,
/xnu-12377.1.9/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c147 size_t nonce_nbytes, in init() argument
167 update(ctx, 3, entropy_nbytes, entropy, nonce_nbytes, nonce, ps_nbytes, ps); in init()