Searched defs:noncelen (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 80 size_t noncelen = CHACHA20_POLY1305_IVLEN; in chacha20_poly1305_initiv() local
|
/freebsd-src/crypto/openssl/providers/implementations/rands/ |
H A D | drbg.c | 366 size_t noncelen = 0, entropylen = 0; ossl_prov_drbg_instantiate() local 771 ossl_rand_drbg_new(void * provctx,void * parent,const OSSL_DISPATCH * p_dispatch,int (* dnew)(PROV_DRBG * ctx),void (* dfree)(void * vctx),int (* instantiate)(PROV_DRBG * drbg,const unsigned char * entropy,size_t entropylen,const unsigned char * nonce,size_t noncelen,const unsigned char * pers,size_t perslen),int (* uninstantiate)(PROV_DRBG * ctx),int (* reseed)(PROV_DRBG * drbg,const unsigned char * ent,size_t ent_len,const unsigned char * adin,size_t adin_len),int (* generate)(PROV_DRBG *,unsigned char * out,size_t outlen,const unsigned char * adin,size_t adin_len)) ossl_rand_drbg_new() argument [all...] |
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()
|
/freebsd-src/sys/net/ |
H A D | if_ovpn.c | 86 uint8_t noncelen; member
|