Lines Matching refs:AEAD
12 - AEAD ciphers
154 - aead for AEAD cipher type
246 Generic AEAD Cipher Structure
250 using the AEAD cipher with the automated IV generation. The shown
253 For other use cases of AEAD ciphers, the ASCII art applies as well, but
254 the caller may not use the AEAD cipher with a separate IV generator. In
257 The depicted example decomposes the AEAD cipher of GCM(AES) based on the
323 encryption operation of the AEAD cipher with IV generator.
327 2. Now, SEQIV uses the AEAD API function calls to invoke the associated
328 AEAD cipher. In our case, during the instantiation of SEQIV, the
330 invokes AEAD cipher operations with the GCM cipher handle.
340 3. The GCM AEAD cipher type implementation now invokes the SKCIPHER API
354 5. The GCM AEAD implementation also invokes the GHASH cipher