Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dimplementations.h290 extern const OSSL_DISPATCH ossl_ec_keymgmt_functions[];
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Ddefltprov.c428 { PROV_NAMES_EC, "provider=default", ossl_ec_keymgmt_functions,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c433 { PROV_NAMES_EC, FIPS_DEFAULT_PROPERTIES, ossl_ec_keymgmt_functions,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dec_kmgmt.c1407 const OSSL_DISPATCH ossl_ec_keymgmt_functions[] = { variable