Home
last modified time | relevance | path

Searched refs:ecx_get_params (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c281 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params() function
319 return ecx_get_params(key, params, X25519_BITS, X25519_SECURITY_BITS, in x25519_get_params()
325 return ecx_get_params(key, params, X448_BITS, X448_SECURITY_BITS, in x448_get_params()
331 return ecx_get_params(key, params, ED25519_BITS, ED25519_SECURITY_BITS, in ed25519_get_params()
338 return ecx_get_params(key, params, ED448_BITS, ED448_SECURITY_BITS, in ed448_get_params()
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c278 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params() function
316 return ecx_get_params(key, params, X25519_BITS, X25519_SECURITY_BITS, in x25519_get_params()
322 return ecx_get_params(key, params, X448_BITS, X448_SECURITY_BITS, in x448_get_params()
328 return ecx_get_params(key, params, ED25519_BITS, ED25519_SECURITY_BITS, in ed25519_get_params()
335 return ecx_get_params(key, params, ED448_BITS, ED448_SECURITY_BITS, in ed448_get_params()

Completed in 4 milliseconds