Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c279 if (src->co_mech_ops != NULL) in allocate_ops_v2()
280 dst->co_mech_ops = kmem_alloc(sizeof (crypto_mech_ops_t), in allocate_ops_v2()
471 if (desc->pd_ops_vector->co_mech_ops != NULL) in kcf_free_provider_desc()
472 kmem_free(desc->pd_ops_vector->co_mech_ops, in kcf_free_provider_desc()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h519 crypto_mech_ops_t *co_mech_ops; member
549 #define co_mech_ops cou.cou_v2.co_mech_ops macro
H A Dimpl.h541 #define KCF_PROV_MECH_OPS(pd) ((pd)->pd_ops_vector->co_mech_ops)
/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c93 KCF_SPI_COPY_OPS(src_ops, dst_ops, co_mech_ops); in copy_ops_vector_v2()