crypto_gcm_ctx     96 crypto/gcm.c   	struct crypto_gcm_ctx *ctx = crypto_aead_ctx(aead);
crypto_gcm_ctx    187 crypto/gcm.c   	struct crypto_gcm_ctx *ctx = crypto_aead_ctx(aead);
crypto_gcm_ctx    408 crypto/gcm.c   	struct crypto_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
crypto_gcm_ctx    531 crypto/gcm.c   	struct crypto_gcm_ctx *ctx = crypto_aead_ctx(tfm);
crypto_gcm_ctx    567 crypto/gcm.c   	struct crypto_gcm_ctx *ctx = crypto_aead_ctx(tfm);
crypto_gcm_ctx    662 crypto/gcm.c   	inst->alg.base.cra_ctxsize = sizeof(struct crypto_gcm_ctx);