Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c108 uint_t mech_idx; in crypto_unregister_provider() local
151 for (mech_idx = 0; mech_idx < desc->pd_mech_list_count; in crypto_unregister_provider()
152 mech_idx++) { in crypto_unregister_provider()
154 desc->pd_mechanisms[mech_idx].cm_mech_name, desc); in crypto_unregister_provider()
200 uint_t mech_idx; in init_prov_mechs() local
222 for (mech_idx = 0; mech_idx < desc->pd_mech_list_count; mech_idx++) { in init_prov_mechs()
223 if ((err = kcf_add_mech_provider(mech_idx, desc, &pmd)) != in init_prov_mechs()
250 for (cleanup_idx = 0; cleanup_idx < mech_idx; cleanup_idx++) { in init_prov_mechs()
268 uint_t mech_idx; in undo_register_provider() local
271 for (mech_idx = 0; mech_idx < desc->pd_mech_list_count; in undo_register_provider()
[all …]