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

/linux-master/crypto/
H A Dgcm.c27 struct crypto_gcm_ctx { struct
95 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(aead);
181 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(aead);
400 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
523 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(tfm);
559 struct crypto_gcm_ctx *ctx = crypto_aead_ctx(tfm);
633 inst->alg.base.cra_ctxsize = sizeof(struct crypto_gcm_ctx);

Completed in 143 milliseconds