Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c284 if (src->co_provider_ops != NULL) in allocate_ops_v1()
285 dst->co_provider_ops = kmem_alloc( in allocate_ops_v1()
466 if (desc->pd_ops_vector->co_provider_ops != NULL) in kcf_free_provider_desc()
467 kmem_free(desc->pd_ops_vector->co_provider_ops, in kcf_free_provider_desc()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dspi.h522 crypto_provider_management_ops_t *co_provider_ops; member
562 #define co_provider_ops cou.cou_v1.co_provider_ops macro
H A Dimpl.h582 #define KCF_PROV_PROVIDER_OPS(pd) ((pd)->pd_ops_vector->co_provider_ops)
587 #define KCF_PROV_PROVMGMT_OPS(pd) ((pd)->pd_ops_vector->co_provider_ops)
/titanic_41/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c100 KCF_SPI_COPY_OPS(src_ops, dst_ops, co_provider_ops); in copy_ops_vector_v1()
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c792 if ((provider_ops = ops->co_provider_ops) != NULL) { in crypto_build_function_list()