Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
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()
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()
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()
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()
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()
Dofb.c21 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ofb_crypt()
Dxctr.c103 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_xctr_crypt()
Dctr.c102 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in crypto_ctr_crypt()
Dskcipher.c928 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
/Linux-v6.6/include/crypto/internal/
Dskcipher.h234 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function