Searched defs:gctx_out (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c1252 EVP_AES_GCM_CTX *gctx_out = out->cipher_data; local
1256 gctx_out->gcm.key = &gctx_out->ks;
1259 gctx_out->iv = out->iv;
1261 gctx_out->iv = OPENSSL_malloc(gctx->ivlen);
1262 if (!gctx_out->iv)
1264 memcpy(gctx_out->iv, gctx->iv, gctx->ivlen);

Completed in 307 milliseconds