Home
last modified time | relevance | path

Searched refs:is_mech_disabled (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c926 is_mech_disabled(kcf_provider_desc_t *provider, crypto_mech_name_t name) in is_mech_disabled() function
992 if (is_mech_disabled(provider, in crypto_build_permitted_mech_names()
1012 if (!is_mech_disabled(provider, in crypto_build_permitted_mech_names()
H A Dkcf_mech_tabs.c407 if (is_mech_disabled(prov_desc, mech_info->cm_mech_name)) { in kcf_add_mech_provider()
486 if (is_mech_disabled(prov_desc, dmi->cm_mech_name)) in kcf_add_mech_provider()
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c1056 if (is_mech_disabled(prov_desc, in kcf_do_notify()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1388 extern boolean_t is_mech_disabled(kcf_provider_desc_t *, crypto_mech_name_t);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1683 if (is_mech_disabled(pd, mechanism_info.mi_mechanism_name)) { in get_provider_mechanism_info()