Searched defs:noncelen (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | drbg.c | 371 size_t noncelen = 0, entropylen = 0; in ossl_prov_drbg_instantiate() local 776 const unsigned char *nonce, size_t noncelen, in ossl_rand_drbg_new()
|
H A D | drbg_ctr.c | 262 const unsigned char *nonce, size_t noncelen) in ctr_update() argument 307 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate() argument
|
/freebsd/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/crypto/libecc/src/sig/ |
H A D | fuzzing_ecdsa.c | 41 …_sign_context *ctx, const u8 *input, u8 inputlen, u8 *sig, u8 siglen, const u8 *nonce, u8 noncelen) in ecdsa_sign_raw()
|
H A D | fuzzing_ecgdsa.c | 41 …_sign_context *ctx, const u8 *input, u8 inputlen, u8 *sig, u8 siglen, const u8 *nonce, u8 noncelen) in ecgdsa_sign_raw()
|
H A D | fuzzing_ecrdsa.c | 82 …_sign_context *ctx, const u8 *input, u8 inputlen, u8 *sig, u8 siglen, const u8 *nonce, u8 noncelen) in ecrdsa_sign_raw()
|
/freebsd/crypto/libecc/src/examples/sig/sdsa/ |
H A D | sdsa.c | 89 const u8 *nonce, u16 noncelen, in sdsa_sign()
|
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/ |
H A D | gostr34_10_94.c | 87 const u8 *nonce, u16 noncelen, in gostr34_10_94_sign()
|
/freebsd/crypto/libecc/src/examples/sig/dsa/ |
H A D | dsa.c | 195 const u8 *nonce, u16 noncelen, in dsa_sign()
|
/freebsd/crypto/libecc/src/examples/sig/kcdsa/ |
H A D | kcdsa.c | 130 const u8 *nonce, u16 noncelen, in kcdsa_sign()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.c | 892 u8 noncelen; local
|
/freebsd/sys/net/ |
H A D | if_ovpn.c | 86 uint8_t noncelen; member
|