Lines Matching refs:aead
16 #include <crypto/internal/aead.h>
56 struct crypto_aead *aead = crypto_aead_reqtfm(req);
71 m = crypto_aead_authsize(aead);
93 struct crypto_aead *aead = crypto_aead_reqtfm(req);
94 struct sm4_ctx *ctx = crypto_aead_ctx(aead);
215 struct crypto_aead *aead = crypto_aead_reqtfm(req);
216 struct sm4_ctx *ctx = crypto_aead_ctx(aead);
235 crypto_aead_authsize(aead), 1);
242 struct crypto_aead *aead = crypto_aead_reqtfm(req);
243 unsigned int authsize = crypto_aead_authsize(aead);
244 struct sm4_ctx *ctx = crypto_aead_ctx(aead);