Home
last modified time | relevance | path

Searched refs:crypto_cipher_alg (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/crypto/
Decb.c80 crypto_cipher_alg(child)->cia_encrypt); in crypto_ecb_encrypt()
94 crypto_cipher_alg(child)->cia_decrypt); in crypto_ecb_decrypt()
Dctr.c77 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()
103 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
/linux-4.19.296/include/crypto/
Dalgapi.h321 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function