Home
last modified time | relevance | path

Searched refs:crypto_cipher_alg (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcipher.c22 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
44 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
61 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
H A Dcbc.c30 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_segment()
57 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_inplace()
105 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_segment()
134 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_inplace()
H A Decb.c49 crypto_cipher_alg(cipher)->cia_encrypt); in crypto_ecb_encrypt()
58 crypto_cipher_alg(cipher)->cia_decrypt); in crypto_ecb_decrypt()
H A Dctr.c49 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
75 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
/kernel/linux/linux-6.6/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()
46 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()
63 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
H A Dcbc.c31 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_segment()
58 fn = crypto_cipher_alg(cipher)->cia_encrypt; in crypto_cbc_encrypt_inplace()
106 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_segment()
135 fn = crypto_cipher_alg(cipher)->cia_decrypt; in crypto_cbc_decrypt_inplace()
H A Decb.c50 crypto_cipher_alg(cipher)->cia_encrypt); in crypto_ecb_encrypt()
59 crypto_cipher_alg(cipher)->cia_decrypt); in crypto_ecb_decrypt()
H A Dxctr.c53 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_segment()
78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_inplace()
H A Dctr.c50 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
76 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcipher.h215 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function
/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h229 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function

Completed in 5 milliseconds