Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c271 prov_desc->pd_state = KCF_PROV_READY; in crypto_register_provider()
448 pd->pd_state = KCF_PROV_READY; in crypto_provider_notification()
461 pd->pd_state = KCF_PROV_READY; in crypto_provider_notification()
470 case KCF_PROV_READY: in crypto_provider_notification()
485 case KCF_PROV_READY: in crypto_provider_notification()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c630 if (pd->pd_state == KCF_PROV_READY) { in kcf_submit_request()
664 pd->pd_state == KCF_PROV_READY) { in kcf_submit_request()
H A Dkcf_callprov.c184 if (provider->pd_state != KCF_PROV_READY) { in kcf_get_hardware_provider()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h140 KCF_PROV_READY, enumerator
157 #define KCF_IS_PROV_USABLE(pd) ((pd)->pd_state == KCF_PROV_READY || \