Searched defs:noncelen (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/crypto/aes/ |
H A D | aes_ccm.c | 88 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 D | drbg_ctr.c | 227 const unsigned char *nonce, size_t noncelen) in ctr_update() 272 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate()
|
H A D | drbg_lib.c | 292 size_t noncelen = 0, entropylen = 0; in RAND_DRBG_instantiate() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | drbg_cavs_test.c | 30 size_t noncelen; member
|
H A D | drbg_cavs_data.h | 71 size_t noncelen; member
|
H A D | drbgtest.c | 44 size_t noncelen; member 128 size_t noncelen; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | drbg_ctr.c | 262 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 D | nist_hash_drbg.c | 120 const void *nonce, size_t noncelen, in nist_hash_drbg_instantiate()
|