Searched refs:random_bytes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_rand.c | 303 unsigned char random_bytes[64]; in ossl_bn_gen_dsa_nonce_fixed_top() local 345 if (RAND_priv_bytes_ex(libctx, random_bytes, sizeof(random_bytes), in ossl_bn_gen_dsa_nonce_fixed_top() 355 || !EVP_DigestUpdate(mdctx, random_bytes, in ossl_bn_gen_dsa_nonce_fixed_top() 356 sizeof(random_bytes)) in ossl_bn_gen_dsa_nonce_fixed_top() 392 OPENSSL_cleanse(random_bytes, sizeof(random_bytes)); in ossl_bn_gen_dsa_nonce_fixed_top()
|
| /freebsd/crypto/openssl/test/recipes/90-test_sslapi_data/ |
| H A D | ssltraceref-zlib.txt | 10 random_bytes (len=28): ? 74 random_bytes (len=28): ?
|
| H A D | ssltraceref.txt | 10 random_bytes (len=28): ? 72 random_bytes (len=28): ?
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | provider_core.c | 178 OSSL_FUNC_provider_random_bytes_fn *random_bytes; member 1077 prov->random_bytes = OSSL_FUNC_provider_random_bytes(provider_dispatch); in provider_init() 1172 if (prov->random_bytes != NULL in provider_deactivate() 1273 if (prov->random_bytes != NULL in provider_activate() 1898 return prov->random_bytes == NULL ? 0 in ossl_provider_random_bytes() 1899 : prov->random_bytes(prov->provctx, which, in ossl_provider_random_bytes()
|
| /freebsd/crypto/openssl/test/recipes/75-test_quicapi_data/ |
| H A D | ssltraceref-zlib.txt | 10 random_bytes (len=28): ? 210 random_bytes (len=28): ?
|
| H A D | ssltraceref.txt | 10 random_bytes (len=28): ? 208 random_bytes (len=28): ?
|
| /freebsd/crypto/openssh/ |
| H A D | libcrux_internal.h | 15551 random_bytes = in libcrux_ml_dsa_sample_rejection_sample_less_than_field_modulus_37() local 15563 libcrux_ml_dsa_simd_portable_rejection_sample_less_than_field_modulus_65(random_bytes, in libcrux_ml_dsa_sample_rejection_sample_less_than_field_modulus_37() 15607 random_bytes = in libcrux_ml_dsa_sample_rejection_sample_less_than_eta_equals_4_37() local 15619 libcrux_ml_dsa_simd_portable_rejection_sample_less_than_eta_equals_4_65(random_bytes, in libcrux_ml_dsa_sample_rejection_sample_less_than_eta_equals_4_37() 15649 random_bytes = in libcrux_ml_dsa_sample_rejection_sample_less_than_eta_equals_2_37() local 15661 libcrux_ml_dsa_simd_portable_rejection_sample_less_than_eta_equals_2_65(random_bytes, in libcrux_ml_dsa_sample_rejection_sample_less_than_eta_equals_2_37()
|