Searched refs:co_object_ops (Results 1 – 6 of 6) sorted by relevance
276 if (src->co_object_ops != NULL) in allocate_ops_v1()277 dst->co_object_ops = kmem_alloc(sizeof (crypto_object_ops_t), in allocate_ops_v1()458 if (desc->pd_ops_vector->co_object_ops != NULL) in kcf_free_provider_desc()459 kmem_free(desc->pd_ops_vector->co_object_ops, in kcf_free_provider_desc()
520 crypto_object_ops_t *co_object_ops; member560 #define co_object_ops cou.cou_v1.co_object_ops macro
580 #define KCF_PROV_OBJECT_OPS(pd) ((pd)->pd_ops_vector->co_object_ops)
98 KCF_SPI_COPY_OPS(src_ops, dst_ops, co_object_ops); in copy_ops_vector_v1()202 if (prov_desc->pd_ops_vector->co_object_ops && in crypto_register_provider()
760 if ((object_ops = ops->co_object_ops) != NULL) { in crypto_build_function_list()
1787 dprov_crypto_ops.co_object_ops = NULL; in dprov_attach()