Searched refs:X25519_SECURITY_BITS (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ecx.h | 34 # define X25519_SECURITY_BITS 128 macro
|
/third_party/openssl/include/crypto/ |
H A D | ecx.h | 34 # define X25519_SECURITY_BITS 128 macro
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 151 return X25519_SECURITY_BITS; in ecx_security_bits() 580 X509_SIG_INFO_set(siginf, NID_undef, NID_ED25519, X25519_SECURITY_BITS, in ecd_sig_info_set25519()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 151 return X25519_SECURITY_BITS; in ecx_security_bits() 580 X509_SIG_INFO_set(siginf, NID_undef, NID_ED25519, X25519_SECURITY_BITS, in ecd_sig_info_set25519()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 319 return ecx_get_params(key, params, X25519_BITS, X25519_SECURITY_BITS, in x25519_get_params()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 316 return ecx_get_params(key, params, X25519_BITS, X25519_SECURITY_BITS, in x25519_get_params()
|
/third_party/openssl/test/ |
H A D | evp_pkey_provided_test.c | 1041 security_bits = X25519_SECURITY_BITS; in test_fromdata_ecx()
|
Completed in 11 milliseconds