Searched refs:keyEncryptionAlgorithm (Results 1 – 5 of 5) sorted by relevance
174 X509_ALGOR_free(pwri->keyEncryptionAlgorithm); in CMS_add0_recipient_password()175 pwri->keyEncryptionAlgorithm = X509_ALGOR_new(); in CMS_add0_recipient_password()176 if (pwri->keyEncryptionAlgorithm == NULL) in CMS_add0_recipient_password()178 pwri->keyEncryptionAlgorithm->algorithm = OBJ_nid2obj(wrap_nid); in CMS_add0_recipient_password()179 pwri->keyEncryptionAlgorithm->parameter = ASN1_TYPE_new(); in CMS_add0_recipient_password()180 if (pwri->keyEncryptionAlgorithm->parameter == NULL) in CMS_add0_recipient_password()184 &pwri->keyEncryptionAlgorithm->parameter->value.sequence)) in CMS_add0_recipient_password()186 pwri->keyEncryptionAlgorithm->parameter->type = V_ASN1_SEQUENCE; in CMS_add0_recipient_password()345 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
310 *palg = ktri->keyEncryptionAlgorithm; in CMS_RecipientInfo_ktri_get0_algs()631 X509_ALGOR_set0(kekri->keyEncryptionAlgorithm, in CMS_add0_recipient_key()656 *palg = ri->d.kekri->keyEncryptionAlgorithm; in CMS_RecipientInfo_kekri_get0_id()763 wrap_nid = OBJ_obj2nid(kekri->keyEncryptionAlgorithm->algorithm); in cms_RecipientInfo_kekri_decrypt()
489 .offset = offsetof(CMS_KeyTransRecipientInfo, keyEncryptionAlgorithm),756 .offset = offsetof(CMS_KeyAgreeRecipientInfo, keyEncryptionAlgorithm),831 .offset = offsetof(CMS_KEKRecipientInfo, keyEncryptionAlgorithm),872 .offset = offsetof(CMS_PasswordRecipientInfo, keyEncryptionAlgorithm),
78 *palg = ri->d.kari->keyEncryptionAlgorithm; in CMS_RecipientInfo_kari_get0_alg()