Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h140 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[],
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decx_backend.c55 int ossl_ecx_key_fromdata(ECX_KEY *ecx, const OSSL_PARAM params[], in ossl_ecx_key_fromdata() function
H A Decx_meth.c399 if (!ossl_ecx_key_fromdata(ecx, params, 1) in ecx_generic_import_from()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Decx_kmgmt.c204 ok = ok && ossl_ecx_key_fromdata(key, params, include_private); in ecx_import()