Symbol: CMS_KeyAgreeRecipientInfo
crypto/openssl/crypto/cms/cms_asn1.c
148
CMS_KeyAgreeRecipientInfo *kari = (CMS_KeyAgreeRecipientInfo *)*pval;
crypto/openssl/crypto/cms/cms_asn1.c
162
ASN1_SEQUENCE_cb(CMS_KeyAgreeRecipientInfo, cms_kari_cb) = {
crypto/openssl/crypto/cms/cms_asn1.c
163
ASN1_EMBED(CMS_KeyAgreeRecipientInfo, version, INT32),
crypto/openssl/crypto/cms/cms_asn1.c
164
ASN1_EXP(CMS_KeyAgreeRecipientInfo, originator, CMS_OriginatorIdentifierOrKey, 0),
crypto/openssl/crypto/cms/cms_asn1.c
165
ASN1_EXP_OPT(CMS_KeyAgreeRecipientInfo, ukm, ASN1_OCTET_STRING, 1),
crypto/openssl/crypto/cms/cms_asn1.c
166
ASN1_SIMPLE(CMS_KeyAgreeRecipientInfo, keyEncryptionAlgorithm, X509_ALGOR),
crypto/openssl/crypto/cms/cms_asn1.c
167
ASN1_SEQUENCE_OF(CMS_KeyAgreeRecipientInfo, recipientEncryptedKeys, CMS_RecipientEncryptedKey)
crypto/openssl/crypto/cms/cms_asn1.c
168
} ASN1_SEQUENCE_END_cb(CMS_KeyAgreeRecipientInfo, CMS_KeyAgreeRecipientInfo)
crypto/openssl/crypto/cms/cms_asn1.c
214
ASN1_IMP(CMS_RecipientInfo, d.kari, CMS_KeyAgreeRecipientInfo, 1),
crypto/openssl/crypto/cms/cms_kari.c
166
CMS_KeyAgreeRecipientInfo *kari = ri->d.kari;
crypto/openssl/crypto/cms/cms_kari.c
212
CMS_KeyAgreeRecipientInfo *kari, int enc)
crypto/openssl/crypto/cms/cms_kari.c
283
static int cms_kari_create_ephemeral_key(CMS_KeyAgreeRecipientInfo *kari,
crypto/openssl/crypto/cms/cms_kari.c
316
static int cms_kari_set_originator_private_key(CMS_KeyAgreeRecipientInfo *kari,
crypto/openssl/crypto/cms/cms_kari.c
346
CMS_KeyAgreeRecipientInfo *kari;
crypto/openssl/crypto/cms/cms_kari.c
349
ri->d.kari = M_ASN1_new_of(CMS_KeyAgreeRecipientInfo);
crypto/openssl/crypto/cms/cms_kari.c
415
static int cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari,
crypto/openssl/crypto/cms/cms_kari.c
481
CMS_KeyAgreeRecipientInfo *kari;
crypto/openssl/crypto/cms/cms_local.h
147
CMS_KeyAgreeRecipientInfo *kari;
crypto/openssl/crypto/cms/cms_local.h
497
DECLARE_ASN1_ITEM(CMS_KeyAgreeRecipientInfo)