Home
last modified time | relevance | path

Searched refs:CMS_RecipientEncryptedKey (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/crypto/cms/
HDcms_kari.c87 STACK_OF(CMS_RecipientEncryptedKey) * in STACK_OF() argument
157 CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, in CMS_RecipientEncryptedKey_get0_id()
192 CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek, X509 *cert) in CMS_RecipientEncryptedKey_cert_cmp()
284 CMS_RecipientEncryptedKey *rek) in CMS_RecipientInfo_kari_decrypt()
352 CMS_RecipientEncryptedKey *rek = NULL; in cms_RecipientInfo_kari_init()
362 rek = (CMS_RecipientEncryptedKey *)ASN1_item_new(&CMS_RecipientEncryptedKey_it); in cms_RecipientInfo_kari_init()
441 CMS_RecipientEncryptedKey *rek; in cms_RecipientInfo_kari_encrypt()
442 STACK_OF(CMS_RecipientEncryptedKey) *reks; in cms_RecipientInfo_kari_encrypt()
HDcms_asn1.c603 CMS_RecipientEncryptedKey *rek = (CMS_RecipientEncryptedKey *)*pval; in cms_rek_cb()
622 .offset = offsetof(CMS_RecipientEncryptedKey, rid),
629 .offset = offsetof(CMS_RecipientEncryptedKey, encryptedKey),
641 .size = sizeof(CMS_RecipientEncryptedKey),
HDcms_smime.c654 STACK_OF(CMS_RecipientEncryptedKey) *reks; in cms_kari_set1_pkey()
655 CMS_RecipientEncryptedKey *rek; in cms_kari_set1_pkey()
HDcms_lcl.h207 STACK_OF(CMS_RecipientEncryptedKey) *recipientEncryptedKeys;
/dragonfly/crypto/libressl/include/openssl/
HDcms.h74 typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; typedef
78 DECLARE_STACK_OF(CMS_RecipientEncryptedKey)
327 STACK_OF(CMS_RecipientEncryptedKey) *
336 int CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek,
339 int CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek,
344 CMS_RecipientInfo *ri, CMS_RecipientEncryptedKey *rek);
HDsafestack.h468 #define sk_CMS_RecipientEncryptedKey_new(cmp) SKM_sk_new(CMS_RecipientEncryptedKey, (cmp))
469 #define sk_CMS_RecipientEncryptedKey_new_null() SKM_sk_new_null(CMS_RecipientEncryptedKey)
470 #define sk_CMS_RecipientEncryptedKey_free(st) SKM_sk_free(CMS_RecipientEncryptedKey, (st))
471 #define sk_CMS_RecipientEncryptedKey_num(st) SKM_sk_num(CMS_RecipientEncryptedKey, (st))
472 #define sk_CMS_RecipientEncryptedKey_value(st, i) SKM_sk_value(CMS_RecipientEncryptedKey, (st), (i))
473 #define sk_CMS_RecipientEncryptedKey_set(st, i, val) SKM_sk_set(CMS_RecipientEncryptedKey, (st), (i…
474 #define sk_CMS_RecipientEncryptedKey_zero(st) SKM_sk_zero(CMS_RecipientEncryptedKey, (st))
475 #define sk_CMS_RecipientEncryptedKey_push(st, val) SKM_sk_push(CMS_RecipientEncryptedKey, (st), (va…
476 #define sk_CMS_RecipientEncryptedKey_unshift(st, val) SKM_sk_unshift(CMS_RecipientEncryptedKey, (st…
477 #define sk_CMS_RecipientEncryptedKey_find(st, val) SKM_sk_find(CMS_RecipientEncryptedKey, (st), (va…
[all …]