Lines Matching defs:gcm_key
45 struct gcm_key {
366 struct gcm_key const *k, char *dst,
370 struct gcm_key const *k, char *head,
374 struct gcm_key const *k, char *dst,
378 struct gcm_key const *k, char *head,
385 struct gcm_key *ctx = crypto_aead_ctx(tfm);
422 int *buf_count, struct gcm_key *ctx)
454 struct gcm_key *ctx = crypto_aead_ctx(aead);
493 struct gcm_key *ctx = crypto_aead_ctx(aead);
583 struct gcm_key *ctx = crypto_aead_ctx(aead);
676 struct gcm_key *ctx = crypto_aead_ctx(tfm);
696 struct gcm_key *ctx = crypto_aead_ctx(aead);
709 struct gcm_key *ctx = crypto_aead_ctx(aead);
732 .base.cra_ctxsize = sizeof(struct gcm_key),
747 .base.cra_ctxsize = sizeof(struct gcm_key) + RFC4106_NONCE_SIZE,