Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h173 int (*encrypt_init)(crypto_ctx_t *, member
H A Dimpl.h631 (KCF_PROV_CIPHER_OPS(pd) && KCF_PROV_CIPHER_OPS(pd)->encrypt_init) ? \
632 KCF_PROV_CIPHER_OPS(pd)->encrypt_init(ctx, mech, key, template, \
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Daes.c131 .encrypt_init = aes_encrypt_init,