Lines Matching full:gcm
46 - rfc4106(gcm(aes))
259 The depicted example decomposes the AEAD cipher of GCM(AES) based on the
260 generic C implementations (gcm.c, aes-generic.c, ctr.c, ghash-generic.c,
270 following ASCII art applies too. However, the decomposition of GCM into
300 | (gcm) | ------------+
320 configuration, the administrator set up the use of seqiv(rfc4106(gcm(aes)))
331 cipher handle for GCM is provided to SEQIV. This means that SEQIV
332 invokes AEAD cipher operations with the GCM cipher handle.
334 During instantiation of the GCM handle, the CTR(AES) and GHASH
338 The GCM implementation is responsible to invoke the CTR mode AES and
339 the GHASH cipher in the right manner to implement the GCM
342 3. The GCM AEAD cipher type implementation now invokes the SKCIPHER API
356 5. The GCM AEAD implementation also invokes the GHASH cipher