crypto_aead_crt 61 crypto/aead.c struct aead_tfm *crt = crypto_aead_crt(tfm); crypto_aead_crt 73 crypto/aead.c crypto_aead_crt(crt->base)->authsize = authsize; crypto_aead_crt 218 crypto/seqiv.c if (crypto_aead_crt(geniv)->givencrypt != seqiv_aead_givencrypt_first) crypto_aead_crt 221 crypto/seqiv.c crypto_aead_crt(geniv)->givencrypt = seqiv_aead_givencrypt; crypto_aead_crt 41 include/crypto/aead.h struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req)); crypto_aead_crt 47 include/crypto/aead.h struct aead_tfm *crt = crypto_aead_crt(aead_givcrypt_reqtfm(req)); crypto_aead_crt 65 include/crypto/internal/aead.h return crypto_aead_crt(geniv)->base; crypto_aead_crt 811 include/linux/crypto.h return crypto_aead_crt(tfm)->ivsize; crypto_aead_crt 816 include/linux/crypto.h return crypto_aead_crt(tfm)->authsize; crypto_aead_crt 847 include/linux/crypto.h struct aead_tfm *crt = crypto_aead_crt(tfm); crypto_aead_crt 861 include/linux/crypto.h return crypto_aead_crt(crypto_aead_reqtfm(req))->encrypt(req); crypto_aead_crt 866 include/linux/crypto.h return crypto_aead_crt(crypto_aead_reqtfm(req))->decrypt(req); crypto_aead_crt 871 include/linux/crypto.h return crypto_aead_crt(tfm)->reqsize; crypto_aead_crt 877 include/linux/crypto.h req->base.tfm = crypto_aead_tfm(crypto_aead_crt(tfm)->base);