Lines Matching defs:GCM
72 * | GMAC H | ----- For AES-GCM
220 enum { HASH, HMAC, CIPHER, ETA, GCM, CCM } mode;
232 * A fallback software session is used for certain GCM/CCM
1135 * The crypto engine doesn't handle GCM requests with an empty
1153 * GCM requests should always provide an explicit IV.
1307 * authstop is set to stop before the tag), but for GCM the
1310 * for working tag validation with GCM decryption.
1758 * engine (e.g. CCM and GCM requests with an empty payload).
1862 "AES-GCM encryption requests submitted");
1865 "AES-GCM decryption requests submitted");
2120 case GCM:
2445 s->mode = GCM;
2461 if (s->mode == GCM) {
2586 case GCM:
2692 case GCM: