Searched refs:crypto_cipher_alg (Results 1 – 5 of 5) sorted by relevance
23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned()45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey()62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one()
53 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_segment()78 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_xctr_crypt_inplace()
42 crypto_cipher_alg(cipher)->cia_encrypt); in crypto_ecb_encrypt2()53 crypto_cipher_alg(cipher)->cia_decrypt); in crypto_ecb_decrypt2()
50 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()76 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
215 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function