Searched refs:crypto_cipher_alg (Results 1 – 3 of 3) sorted by relevance
49 crypto_cipher_alg(cipher)->cia_encrypt); in crypto_ecb_encrypt()58 crypto_cipher_alg(cipher)->cia_decrypt); in crypto_ecb_decrypt()
49 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_segment()75 crypto_cipher_alg(tfm)->cia_encrypt; in crypto_ctr_crypt_inplace()
317 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg() function