Home
last modified time | relevance | path

Searched refs:enc_xform (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_enc.h49 struct enc_xform { struct
76 extern struct enc_xform enc_xform_null; argument
77 extern struct enc_xform enc_xform_rijndael128;
78 extern struct enc_xform enc_xform_aes_icm;
79 extern struct enc_xform enc_xform_aes_nist_gcm;
80 extern struct enc_xform enc_xform_aes_nist_gmac;
81 extern struct enc_xform enc_xform_aes_xts;
82 extern struct enc_xform enc_xform_camellia;
83 extern struct enc_xform enc_xform_chacha20;
84 extern struct enc_xform enc_xform_ccm;
H A Dxform_aes_icm.c63 struct enc_xform enc_xform_aes_icm = {
80 struct enc_xform enc_xform_aes_nist_gcm = {
97 struct enc_xform enc_xform_ccm = {
H A Dxform_cml.c61 struct enc_xform enc_xform_camellia = {
H A Dxform_rijndael.c61 struct enc_xform enc_xform_rijndael128 = {
H A Dxform_gmac.c57 struct enc_xform enc_xform_aes_nist_gmac = {
H A Dxform_null.c65 struct enc_xform enc_xform_null = {
H A Dxform_aes_xts.c62 struct enc_xform enc_xform_aes_xts = {
H A Dcryptosoft.c69 struct enc_xform *sw_exf;
107 struct enc_xform *exf; in swcr_encdec()
478 struct enc_xform *exf; in swcr_gcm()
716 struct enc_xform *exf; in swcr_ccm()
980 struct enc_xform *txf; in swcr_setup_cipher()
1230 struct enc_xform *txf; in swcr_cipher_supported()
H A Dcryptodev.h634 struct enc_xform *crypto_cipher(const struct crypto_session_params *csp);
H A Dcryptodev.c325 struct enc_xform *txform;
396 struct enc_xform *txform; in cse_create()
H A Dcrypto.c584 struct enc_xform *
/f-stack/freebsd/netipsec/
H A Dkeydb.h125 struct enc_xform;
163 const struct enc_xform *tdb_encalgxform;/* encoding algorithm */
H A Dxform.h102 const struct enc_xform * enc_algorithm_lookup(int);
H A Dxform_esp.c145 const struct enc_xform *txform; in esp_init()
264 const struct enc_xform *espx; in esp_input()
679 const struct enc_xform *espx; in esp_output()
H A Dkey.c585 const struct enc_xform *xform;
6282 const struct enc_xform *algo; in key_getcomb_ealg()
7197 const struct enc_xform *ealgo; in key_register()
8544 const struct enc_xform *
/f-stack/freebsd/crypto/chacha20/
H A Dchacha-sw.c42 struct enc_xform enc_xform_chacha20 = {
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c386 struct enc_xform *xform; in freebsd_crypt_newsession()
502 struct enc_xform *xform; in freebsd_crypt_uio()