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

/linux-4.1.27/include/linux/
H A Dcrypto.h2010 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) crypto_cipher_crt() function
2071 return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm), crypto_cipher_setkey()
2087 crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tfm), crypto_cipher_encrypt_one()
2103 crypto_cipher_crt(tfm)->cit_decrypt_one(crypto_cipher_tfm(tfm), crypto_cipher_decrypt_one()

Completed in 46 milliseconds