Home
last modified time | relevance | path

Searched refs:crypto_cipher_ops_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c219 dst->co_cipher_ops = kmem_alloc(sizeof (crypto_cipher_ops_t), in allocate_ops_v1()
425 sizeof (crypto_cipher_ops_t)); in kcf_free_provider_desc()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h198 } __no_const crypto_cipher_ops_t; typedef
503 crypto_cipher_ops_t *co_cipher_ops;
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c130 static crypto_cipher_ops_t aes_cipher_ops = {