Home
last modified time | relevance | path

Searched refs:skcipher_cipher_simple (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dofb.c20 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
H A Dctr.c101 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
H A Dskcipher.c882 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
/kernel/linux/linux-6.6/crypto/
H A Dcbc.c29 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_segment()
56 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_encrypt_inplace()
104 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_segment()
133 cipher = skcipher_cipher_simple(skcipher); in crypto_cbc_decrypt_inplace()
H A Decb.c47 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_encrypt()
56 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ecb_decrypt()
H A Dkeywrap.c127 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_decrypt()
196 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_kw_encrypt()
H A Dpcbc.c67 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_encrypt()
134 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_pcbc_decrypt()
H A Dcfb.c33 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
39 crypto_cipher_encrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cfb_encrypt_one()
H A Dofb.c21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
H A Dxctr.c103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt()
H A Dctr.c102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
H A Dskcipher.c928 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dskcipher.h204 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dskcipher.h234 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function

Completed in 10 milliseconds