Home
last modified time | relevance | path

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

/freebsd/crypto/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()