Searched refs:co_object_ops (Results 1 – 4 of 4) sorted by relevance
259 if (src->co_object_ops != NULL) in allocate_ops_v1()260 dst->co_object_ops = kmem_alloc(sizeof (crypto_object_ops_t), in allocate_ops_v1()455 if (desc->pd_ops_vector->co_object_ops != NULL) in kcf_free_provider_desc()456 kmem_free(desc->pd_ops_vector->co_object_ops, in kcf_free_provider_desc()
511 crypto_object_ops_t *co_object_ops; member545 #define co_object_ops cou.cou_v1.co_object_ops macro
538 #define KCF_PROV_OBJECT_OPS(pd) ((pd)->pd_ops_vector->co_object_ops)
84 KCF_SPI_COPY_OPS(src_ops, dst_ops, co_object_ops); in copy_ops_vector_v1()175 if (prov_desc->pd_ops_vector->co_object_ops && in crypto_register_provider()