Symbol: enc_xform
sys/crypto/chacha20/chacha-sw.c
49
const struct enc_xform enc_xform_chacha20 = {
sys/crypto/chacha20_poly1305.c
145
const struct enc_xform *exf;
sys/crypto/chacha20_poly1305.c
192
const struct enc_xform *exf;
sys/crypto/chacha20_poly1305.c
42
const struct enc_xform *exf;
sys/crypto/chacha20_poly1305.c
89
const struct enc_xform *exf;
sys/netipsec/key.c
615
const struct enc_xform *xform;
sys/netipsec/key.c
6626
const struct enc_xform *algo;
sys/netipsec/key.c
7535
const struct enc_xform *ealgo;
sys/netipsec/key.c
8942
const struct enc_xform *
sys/netipsec/keydb.h
127
struct enc_xform;
sys/netipsec/keydb.h
166
const struct enc_xform *tdb_encalgxform;/* encoding algorithm */
sys/netipsec/xform.h
101
const struct enc_xform * enc_algorithm_lookup(int);
sys/netipsec/xform_esp.c
146
const struct enc_xform *txform;
sys/netipsec/xform_esp.c
272
const struct enc_xform *espx;
sys/netipsec/xform_esp.c
705
const struct enc_xform *espx;
sys/opencrypto/crypto.c
560
const struct enc_xform *
sys/opencrypto/cryptodev.c
336
const struct enc_xform *txform;
sys/opencrypto/cryptodev.h
605
const struct enc_xform *crypto_cipher(const struct crypto_session_params *csp);
sys/opencrypto/cryptosoft.c
102
const struct enc_xform *exf;
sys/opencrypto/cryptosoft.c
1271
const struct enc_xform *txf;
sys/opencrypto/cryptosoft.c
1456
const struct enc_xform *txf;
sys/opencrypto/cryptosoft.c
413
const struct enc_xform *exf;
sys/opencrypto/cryptosoft.c
67
const struct enc_xform *sw_exf;
sys/opencrypto/cryptosoft.c
747
const struct enc_xform *exf;
sys/opencrypto/cryptosoft.c
973
const struct enc_xform *exf;
sys/opencrypto/xform_aes_cbc.c
67
const struct enc_xform enc_xform_aes_cbc = {
sys/opencrypto/xform_aes_icm.c
121
const struct enc_xform enc_xform_ccm = {
sys/opencrypto/xform_aes_icm.c
80
const struct enc_xform enc_xform_aes_icm = {
sys/opencrypto/xform_aes_icm.c
99
const struct enc_xform enc_xform_aes_nist_gcm = {
sys/opencrypto/xform_aes_xts.c
62
const struct enc_xform enc_xform_aes_xts = {
sys/opencrypto/xform_chacha20_poly1305.c
153
const struct enc_xform enc_xform_chacha20_poly1305 = {
sys/opencrypto/xform_chacha20_poly1305.c
210
const struct enc_xform enc_xform_xchacha20_poly1305 = {
sys/opencrypto/xform_cml.c
67
const struct enc_xform enc_xform_camellia = {
sys/opencrypto/xform_enc.h
100
extern const struct enc_xform enc_xform_camellia;
sys/opencrypto/xform_enc.h
101
extern const struct enc_xform enc_xform_chacha20;
sys/opencrypto/xform_enc.h
102
extern const struct enc_xform enc_xform_chacha20_poly1305;
sys/opencrypto/xform_enc.h
103
extern const struct enc_xform enc_xform_xchacha20_poly1305;
sys/opencrypto/xform_enc.h
104
extern const struct enc_xform enc_xform_ccm;
sys/opencrypto/xform_enc.h
94
extern const struct enc_xform enc_xform_null;
sys/opencrypto/xform_enc.h
95
extern const struct enc_xform enc_xform_aes_cbc;
sys/opencrypto/xform_enc.h
96
extern const struct enc_xform enc_xform_aes_icm;
sys/opencrypto/xform_enc.h
97
extern const struct enc_xform enc_xform_aes_nist_gcm;
sys/opencrypto/xform_enc.h
98
extern const struct enc_xform enc_xform_aes_nist_gmac;
sys/opencrypto/xform_enc.h
99
extern const struct enc_xform enc_xform_aes_xts;
sys/opencrypto/xform_gmac.c
56
const struct enc_xform enc_xform_aes_nist_gmac = {
sys/opencrypto/xform_null.c
64
const struct enc_xform enc_xform_null = {