Searched refs:keyEncryptionAlgorithm (Results 1 – 5 of 5) sorted by relevance
178 X509_ALGOR_free(pwri->keyEncryptionAlgorithm); in CMS_add0_recipient_password()179 pwri->keyEncryptionAlgorithm = X509_ALGOR_new(); in CMS_add0_recipient_password()180 if (pwri->keyEncryptionAlgorithm == NULL) in CMS_add0_recipient_password()182 pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid); in CMS_add0_recipient_password()183 pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password()184 if (pwri->keyEncryptionAlgorithm->parameter == NULL) in CMS_add0_recipient_password()188 &pwri->keyEncryptionAlgorithm->parameter->value.sequence)) in CMS_add0_recipient_password()190 pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE; in CMS_add0_recipient_password()350 algtmp = pwri->keyEncryptionAlgorithm; in cms_RecipientInfo_pwri_crypt()
193 X509_ALGOR *keyEncryptionAlgorithm; member206 X509_ALGOR *keyEncryptionAlgorithm; member252 X509_ALGOR *keyEncryptionAlgorithm; member268 X509_ALGOR *keyEncryptionAlgorithm; member
317 *palg = ktri->keyEncryptionAlgorithm; in CMS_RecipientInfo_ktri_get0_algs()643 X509_ALGOR_set0(kekri->keyEncryptionAlgorithm, in CMS_add0_recipient_key()669 *palg = ri->d.kekri->keyEncryptionAlgorithm; in CMS_RecipientInfo_kekri_get0_id()778 wrap_nid = OBJ_obj2nid(kekri->keyEncryptionAlgorithm->algorithm); in cms_RecipientInfo_kekri_decrypt()
494 .offset = offsetof(CMS_KeyTransRecipientInfo, keyEncryptionAlgorithm),761 .offset = offsetof(CMS_KeyAgreeRecipientInfo, keyEncryptionAlgorithm),836 .offset = offsetof(CMS_KEKRecipientInfo, keyEncryptionAlgorithm),877 .offset = offsetof(CMS_PasswordRecipientInfo, keyEncryptionAlgorithm),
76 *palg = ri->d.kari->keyEncryptionAlgorithm; in CMS_RecipientInfo_kari_get0_alg()