Searched refs:ecx_generic_import_from (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 386 static int ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, in ecx_generic_import_from() function 426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519); in x25519_import_from() 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from() 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 386 static int ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, in ecx_generic_import_from() function 426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519); in x25519_import_from() 480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448); in x448_import_from() 608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519); in ed25519_import_from() 661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448); in ed448_import_from()
|
Completed in 5 milliseconds