Searched refs:gcp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssl/engines/ccgost/
H A Dgost_crypt.c433 GOST_CIPHER_PARAMS *gcp = GOST_CIPHER_PARAMS_new(); local
435 if (!gcp) {
439 if (!ASN1_OCTET_STRING_set(gcp->iv, ctx->iv, ctx->cipher->iv_len)) {
440 GOST_CIPHER_PARAMS_free(gcp);
444 ASN1_OBJECT_free(gcp->enc_param_set);
445 gcp->enc_param_set = OBJ_nid2obj(c->paramNID);
447 len = i2d_GOST_CIPHER_PARAMS(gcp, NULL);
450 GOST_CIPHER_PARAMS_free(gcp);
454 i2d_GOST_CIPHER_PARAMS(gcp, &p);
455 GOST_CIPHER_PARAMS_free(gcp);
475 GOST_CIPHER_PARAMS *gcp = NULL; local
[all...]

Completed in 43 milliseconds