Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/opencrypto/
HDxform_enc.h48 struct enc_xform { struct
75 extern struct enc_xform enc_xform_null; argument
76 extern struct enc_xform enc_xform_rijndael128;
77 extern struct enc_xform enc_xform_aes_icm;
78 extern struct enc_xform enc_xform_aes_nist_gcm;
79 extern struct enc_xform enc_xform_aes_nist_gmac;
80 extern struct enc_xform enc_xform_aes_xts;
81 extern struct enc_xform enc_xform_camellia;
82 extern struct enc_xform enc_xform_chacha20;
83 extern struct enc_xform enc_xform_chacha20_poly1305;
[all …]
HDxform_aes_icm.c61 struct enc_xform enc_xform_aes_icm = {
78 struct enc_xform enc_xform_aes_nist_gcm = {
95 struct enc_xform enc_xform_ccm = {
HDxform_cml.c59 struct enc_xform enc_xform_camellia = {
HDxform_rijndael.c59 struct enc_xform enc_xform_rijndael128 = {
HDxform_gmac.c55 struct enc_xform enc_xform_aes_nist_gmac = {
HDxform_null.c63 struct enc_xform enc_xform_null = {
HDxform_aes_xts.c60 struct enc_xform enc_xform_aes_xts = {
HDcryptosoft.c70 struct enc_xform *sw_exf;
108 struct enc_xform *exf; in swcr_encdec()
471 struct enc_xform *exf; in swcr_gcm()
761 struct enc_xform *exf; in swcr_ccm()
942 struct enc_xform *exf; in swcr_chacha20_poly1305()
1197 struct enc_xform *txf; in swcr_setup_cipher()
1462 struct enc_xform *txf; in swcr_cipher_supported()
HDxform_chacha20_poly1305.c100 struct enc_xform enc_xform_chacha20_poly1305 = {
HDcryptodev.h664 struct enc_xform *crypto_cipher(const struct crypto_session_params *csp);
HDcryptodev.c330 struct enc_xform *txform;
402 struct enc_xform *txform; in cse_create()
HDcrypto.c585 struct enc_xform *
/freebsd-13-stable/sys/netipsec/
HDkeydb.h125 struct enc_xform;
163 const struct enc_xform *tdb_encalgxform;/* encoding algorithm */
HDxform.h101 const struct enc_xform * enc_algorithm_lookup(int);
HDxform_esp.c147 const struct enc_xform *txform; in esp_init()
266 const struct enc_xform *espx; in esp_input()
692 const struct enc_xform *espx; in esp_output()
HDkey.c584 const struct enc_xform *xform;
6297 const struct enc_xform *algo; in key_getcomb_ealg()
7206 const struct enc_xform *ealgo; in key_register()
8549 const struct enc_xform *
/freebsd-13-stable/sys/crypto/chacha20/
HDchacha-sw.c41 struct enc_xform enc_xform_chacha20 = {
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDcrypto_os.c405 struct enc_xform *xform; in freebsd_crypt_newsession()
521 struct enc_xform *xform; in freebsd_crypt_uio()