Home
last modified time | relevance | path

Searched defs:noncelen (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/crypto/aes/
H A Daes_ccm.c88 const uint8_t *nonce, unsigned noncelen, const void *ad, size_t adlen, in aes_ccm_init()
373 size_t noncelen; member
516 const unsigned noncelen = 13; in aes_ccm_selftest() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_ctr.c227 const unsigned char *nonce, size_t noncelen) in ctr_update()
272 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate()
H A Ddrbg_lib.c292 size_t noncelen = 0, entropylen = 0; in RAND_DRBG_instantiate() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbg_cavs_test.c30 size_t noncelen; member
H A Ddrbg_cavs_data.h71 size_t noncelen; member
H A Ddrbgtest.c44 size_t noncelen; member
128 size_t noncelen; member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_ctr.c262 const unsigned char *nonce, size_t noncelen) in ctr_update()
307 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate()
/netbsd-src/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c120 const void *nonce, size_t noncelen, in nist_hash_drbg_instantiate()