Searched refs:co_cipher_ops (Results 1 – 5 of 5) sorted by relevance
235 if (src->co_cipher_ops != NULL) in allocate_ops_v1()236 dst->co_cipher_ops = kmem_alloc(sizeof (crypto_cipher_ops_t), in allocate_ops_v1()426 if (desc->pd_ops_vector->co_cipher_ops != NULL) in kcf_free_provider_desc()427 kmem_free(desc->pd_ops_vector->co_cipher_ops, in kcf_free_provider_desc()
512 crypto_cipher_ops_t *co_cipher_ops; member552 #define co_cipher_ops cou.cou_v1.co_cipher_ops macro
571 #define KCF_PROV_CIPHER_OPS(pd) ((pd)->pd_ops_vector->co_cipher_ops)
90 KCF_SPI_COPY_OPS(src_ops, dst_ops, co_cipher_ops); in copy_ops_vector_v1()
678 if ((cipher_ops = ops->co_cipher_ops) != NULL) { in crypto_build_function_list()