Home
last modified time | relevance | path

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

/linux-6.15/crypto/
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 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.c783 struct crypto_cipher *cipher = skcipher_cipher_simple(tfm); in skcipher_setkey_simple()
/linux-6.15/include/crypto/internal/
H A Dskcipher.h271 skcipher_cipher_simple(struct crypto_skcipher *tfm) in skcipher_cipher_simple() function