Searched refs:encalg (Results 1 – 1 of 1) sorted by relevance
49 X509_ALGOR *encalg = NULL; in CMS_add0_recipient_password() local78 encalg = X509_ALGOR_new(); in CMS_add0_recipient_password()79 if (encalg == NULL) { in CMS_add0_recipient_password()98 encalg->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password()99 if (!encalg->parameter) { in CMS_add0_recipient_password()103 if (EVP_CIPHER_param_to_asn1(ctx, encalg->parameter) <= 0) { in CMS_add0_recipient_password()110 encalg->algorithm = OBJ_nid2obj(EVP_CIPHER_CTX_type(ctx)); in CMS_add0_recipient_password()136 if (!ASN1_item_pack(encalg, ASN1_ITEM_rptr(X509_ALGOR), in CMS_add0_recipient_password()142 X509_ALGOR_free(encalg); in CMS_add0_recipient_password()143 encalg = NULL; in CMS_add0_recipient_password()[all …]