* This function encrypts the given plaintext using the AES key in GCM mode. The initialization vector (IV) is also provided. * The function handles the creation and initialization of the encryption context, and manages the encryption process. * The resulting ciphertext and the GCM tag are written into the tagged_cipher buffer. */
source not stored for this graph (policy: none)
no test coverage detected