Home
last modified time | relevance | path

Searched refs:gctx_out (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes.c1405 EVP_AES_GCM_CTX *gctx_out = out->cipher_data; in aes_gcm_ctrl() local
1410 gctx_out->gcm.key = &gctx_out->ks; in aes_gcm_ctrl()
1414 gctx_out->iv = out->iv; in aes_gcm_ctrl()
1416 if ((gctx_out->iv = calloc(1, gctx->ivlen)) == NULL) in aes_gcm_ctrl()
1418 memcpy(gctx_out->iv, gctx->iv, gctx->ivlen); in aes_gcm_ctrl()