Lines Matching full:gcm
46 - rfc4106(gcm(aes))
257 The depicted example decomposes the AEAD cipher of GCM(AES) based on the
258 generic C implementations (gcm.c, aes-generic.c, ctr.c, ghash-generic.c,
268 following ASCII art applies too. However, the decomposition of GCM into
298 | (gcm) | ------------+
318 configuration, the administrator set up the use of seqiv(rfc4106(gcm(aes)))
329 cipher handle for GCM is provided to SEQIV. This means that SEQIV
330 invokes AEAD cipher operations with the GCM cipher handle.
332 During instantiation of the GCM handle, the CTR(AES) and GHASH
336 The GCM implementation is responsible to invoke the CTR mode AES and
337 the GHASH cipher in the right manner to implement the GCM
340 3. The GCM AEAD cipher type implementation now invokes the SKCIPHER API
354 5. The GCM AEAD implementation also invokes the GHASH cipher