Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dimplementations.h282 extern const OSSL_DISPATCH ossl_dhx_keymgmt_functions[];
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Ddefltprov.c416 { PROV_NAMES_DHX, "provider=default", ossl_dhx_keymgmt_functions,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c421 { PROV_NAMES_DHX, FIPS_DEFAULT_PROPERTIES, ossl_dhx_keymgmt_functions,
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddh_kmgmt.c858 const OSSL_DISPATCH ossl_dhx_keymgmt_functions[] = { variable