Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/keymgmt/
A Decx_kmgmt.c261 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params() function
299 return ecx_get_params(key, params, X25519_BITS, X25519_SECURITY_BITS, in x25519_get_params()
305 return ecx_get_params(key, params, X448_BITS, X448_SECURITY_BITS, in x448_get_params()
311 return ecx_get_params(key, params, ED25519_BITS, ED25519_SECURITY_BITS, in ed25519_get_params()
318 return ecx_get_params(key, params, ED448_BITS, ED448_SECURITY_BITS, in ed448_get_params()

Completed in 4 milliseconds