Home
last modified time | relevance | path

Searched refs:skcipher_cipher_simple (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dcbc.c28 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_segment()
55 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_inplace()
103 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_segment()
132 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_inplace()
Decb.c46 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt()
55 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt()
Dkeywrap.c126 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt()
195 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt()
Dpcbc.c66 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt()
133 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt()
Dcfb.c32 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
38 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
Dofb.c20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
Dctr.c101 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
Dskcipher.c882 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
/kernel/linux/linux-5.10/include/crypto/internal/
Dskcipher.h204 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function