crypto_aead_reqtfm 36 include/crypto/aead.h return crypto_aead_reqtfm(&req->areq); crypto_aead_reqtfm 818 include/linux/crypto.h return crypto_aead_crt(crypto_aead_reqtfm(req))->encrypt(req); crypto_aead_reqtfm 823 include/linux/crypto.h return crypto_aead_crt(crypto_aead_reqtfm(req))->decrypt(req);