Searched refs:ecx_get_params (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 286 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params() function 334 return ecx_get_params(key, params, X25519_BITS, X25519_SECURITY_BITS, in x25519_get_params() 340 return ecx_get_params(key, params, X448_BITS, X448_SECURITY_BITS, in x448_get_params() 346 return ecx_get_params(key, params, ED25519_BITS, ED25519_SECURITY_BITS, in ed25519_get_params() 353 return ecx_get_params(key, params, ED448_BITS, ED448_SECURITY_BITS, in ed448_get_params()
|
Completed in 16 milliseconds