Home
last modified time | relevance | path

Searched refs:cipher_alg (Results 1 – 10 of 10) sorted by relevance

/linux/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
/linux/drivers/crypto/bcm/
H A Dspu.h221 u32 spum_ns2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
224 u32 spum_nsp_ctx_max_payload(enum spu_cipher_alg cipher_alg,
H A Dspu2.h175 u32 spu2_ctx_max_payload(enum spu_cipher_alg cipher_alg,
H A Dcipher.c4086 struct iproc_alg_s *cipher_alg) in generic_cra_init() argument
4094 ctx->alg = cipher_alg; in generic_cra_init()
4095 ctx->cipher = cipher_alg->cipher_info; in generic_cra_init()
4096 ctx->auth = cipher_alg->auth_info; in generic_cra_init()
4097 ctx->auth_first = cipher_alg->auth_first; in generic_cra_init()
4116 struct iproc_alg_s *cipher_alg; in skcipher_init_tfm() local
4122 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher); in skcipher_init_tfm()
4123 return generic_cra_init(tfm, cipher_alg); in skcipher_init_tfm()
4130 struct iproc_alg_s *cipher_alg; in ahash_cra_init() local
4132 cipher_alg in ahash_cra_init()
4155 struct iproc_alg_s *cipher_alg = container_of(aalg, struct iproc_alg_s, aead_cra_init() local
[all...]
H A Dcipher.h358 u32 (*spu_ctx_max_payload)(enum spu_cipher_alg cipher_alg,
/linux/Documentation/crypto/
H A Ddevel-algos.rst64 See struct cipher_alg below.
66 Cipher Definition With struct cipher_alg
69 Struct cipher_alg defines a single block cipher.
/linux/include/crypto/internal/
H A Dcipher.h213 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_spawn_cipher()
/linux/drivers/net/ovpn/
H A Dnetlink.c923 pkr.key.cipher_alg = nla_get_u32(attrs[OVPN_A_KEYCONF_CIPHER_ALG]); in ovpn_nl_key_new_doit()
926 pkr.key.cipher_alg, &pkr.key.encrypt); in ovpn_nl_key_new_doit()
931 pkr.key.cipher_alg, &pkr.key.decrypt); in ovpn_nl_key_new_doit()
980 nla_put_u32(skb, OVPN_A_KEYCONF_CIPHER_ALG, keyconf->cipher_alg)) in ovpn_nl_send_key()
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h243 enum sec_cipher_alg cipher_alg; member
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h99 u32 cipher_alg:4; member