Searched refs:gctx_out (Results 1 – 1 of 1) sorted by relevance
617 EVP_AES_GCM_CTX *gctx_out = out->cipher_data; in aes_gcm_ctrl() local619 gctx_out->iv = out->iv; in aes_gcm_ctrl()621 gctx_out->iv = OPENSSL_malloc(gctx->ivlen); in aes_gcm_ctrl()622 if (!gctx_out->iv) { in aes_gcm_ctrl()625 memcpy(gctx_out->iv, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()