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

/linux-master/crypto/
H A Dcipher.c23 struct cipher_alg *cia = crypto_cipher_alg(tfm);
45 struct cipher_alg *cia = crypto_cipher_alg(tfm);
62 struct cipher_alg *cia = crypto_cipher_alg(tfm);
H A Dxctr.c53 crypto_cipher_alg(tfm)->cia_encrypt;
78 crypto_cipher_alg(tfm)->cia_encrypt;
H A Decb.c42 crypto_cipher_alg(cipher)->cia_encrypt);
53 crypto_cipher_alg(cipher)->cia_decrypt);
H A Dctr.c50 crypto_cipher_alg(tfm)->cia_encrypt;
76 crypto_cipher_alg(tfm)->cia_encrypt;
/linux-master/include/crypto/internal/
H A Dcipher.h215 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) function

Completed in 126 milliseconds