Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c227 if (src->co_control_ops != NULL) in allocate_ops_v1()
228 dst->co_control_ops = kmem_alloc(sizeof (crypto_control_ops_t), in allocate_ops_v1()
418 if (desc->pd_ops_vector->co_control_ops != NULL) in kcf_free_provider_desc()
419 kmem_free(desc->pd_ops_vector->co_control_ops, in kcf_free_provider_desc()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dspi.h510 crypto_control_ops_t *co_control_ops; member
550 #define co_control_ops cou.cou_v1.co_control_ops macro
H A Dimpl.h568 #define KCF_PROV_CONTROL_OPS(pd) ((pd)->pd_ops_vector->co_control_ops)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dviorand.c142 .co_control_ops = &viorand_control_ops,
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c88 KCF_SPI_COPY_OPS(src_ops, dst_ops, co_control_ops); in copy_ops_vector_v1()