Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alg (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/crypto/
Dskcipher.h250 static inline struct skcipher_alg *crypto_skcipher_alg( in crypto_skcipher_alg() function
323 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
340 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
/Linux-v4.19/crypto/
Dsimd.c116 alg = crypto_skcipher_alg(tfm); in simd_skcipher_init()
150 ialg = crypto_skcipher_alg(tfm); in simd_skcipher_create_compat()
Dskcipher.c788 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
808 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey()
832 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
840 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
/Linux-v4.19/include/crypto/internal/
Dskcipher.h84 return container_of(crypto_skcipher_alg(skcipher), in skcipher_alg_instance()
/Linux-v4.19/fs/crypto/
Dkeyinfo.c375 crypto_skcipher_alg(ctfm)->base.cra_driver_name); in fscrypt_get_encryption_info()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c949 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init()