Searched refs:CMS_RecipientEncryptedKey (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/lib/libcrypto/cms/ |
H A D | cms_kari.c | 86 STACK_OF(CMS_RecipientEncryptedKey) * 159 CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, 195 CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek, X509 *cert) 290 CMS_RecipientEncryptedKey *rek) 359 CMS_RecipientEncryptedKey *rek = NULL; in cms_RecipientInfo_kari_init() 369 rek = (CMS_RecipientEncryptedKey *)ASN1_item_new(&CMS_RecipientEncryptedKey_it); in cms_RecipientInfo_kari_init() 448 CMS_RecipientEncryptedKey *rek; in cms_RecipientInfo_kari_encrypt() 449 STACK_OF(CMS_RecipientEncryptedKey) *reks; in cms_RecipientInfo_kari_encrypt() 88 STACK_OF(CMS_RecipientEncryptedKey) STACK_OF() argument
|
H A D | cms.h | 77 typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; typedef 81 DECLARE_STACK_OF(CMS_RecipientEncryptedKey) 329 STACK_OF(CMS_RecipientEncryptedKey) * 338 int CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, 341 int CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek, 346 CMS_RecipientInfo *ri, CMS_RecipientEncryptedKey *rek);
|
H A D | cms_asn1.c | 608 CMS_RecipientEncryptedKey *rek = (CMS_RecipientEncryptedKey *)*pval; in cms_rek_cb() 627 .offset = offsetof(CMS_RecipientEncryptedKey, rid), 634 .offset = offsetof(CMS_RecipientEncryptedKey, encryptedKey), 646 .size = sizeof(CMS_RecipientEncryptedKey), 647 .sname = "CMS_RecipientEncryptedKey",
|
H A D | cms_smime.c | 672 STACK_OF(CMS_RecipientEncryptedKey) *reks; in cms_kari_set1_pkey() 673 CMS_RecipientEncryptedKey *rek; in cms_kari_set1_pkey()
|
H A D | cms_local.h | 207 STACK_OF(CMS_RecipientEncryptedKey) *recipientEncryptedKeys;
|
/openbsd-src/lib/libcrypto/stack/ |
H A D | safestack.h | 416 #define sk_CMS_RecipientEncryptedKey_new(cmp) SKM_sk_new(CMS_RecipientEncryptedKey, (cmp)) 417 #define sk_CMS_RecipientEncryptedKey_new_null() SKM_sk_new_null(CMS_RecipientEncryptedKey) 418 #define sk_CMS_RecipientEncryptedKey_free(st) SKM_sk_free(CMS_RecipientEncryptedKey, (st)) 419 #define sk_CMS_RecipientEncryptedKey_num(st) SKM_sk_num(CMS_RecipientEncryptedKey, (st)) 420 #define sk_CMS_RecipientEncryptedKey_value(st, i) SKM_sk_value(CMS_RecipientEncryptedKey, (st), (i)) 421 #define sk_CMS_RecipientEncryptedKey_set(st, i, val) SKM_sk_set(CMS_RecipientEncryptedKey, (st), (i… 422 #define sk_CMS_RecipientEncryptedKey_zero(st) SKM_sk_zero(CMS_RecipientEncryptedKey, (st)) 423 #define sk_CMS_RecipientEncryptedKey_push(st, val) SKM_sk_push(CMS_RecipientEncryptedKey, (st), (va… 424 #define sk_CMS_RecipientEncryptedKey_unshift(st, val) SKM_sk_unshift(CMS_RecipientEncryptedKey, (st… 425 #define sk_CMS_RecipientEncryptedKey_find(st, val) SKM_sk_find(CMS_RecipientEncryptedKey, (st), (va… [all …]
|