Searched refs:gctx_out (Results 1 – 1 of 1) sorted by relevance
458 EVP_AES_GCM_CTX *gctx_out = aes_gcm_from_cipher_ctx(out); in aes_gcm_ctrl() local460 gctx_out->iv = out->iv; in aes_gcm_ctrl()462 gctx_out->iv = OPENSSL_malloc(gctx->ivlen); in aes_gcm_ctrl()463 if (!gctx_out->iv) { in aes_gcm_ctrl()466 OPENSSL_memcpy(gctx_out->iv, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()