Home
last modified time | relevance | path

Searched refs:CMS_USE_KEYID (Results 1 – 9 of 9) sorted by relevance

/NextBSD/crypto/openssl/doc/crypto/
HDCMS_add1_recipient_cert.pod37 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
HDCMS_encrypt.pod48 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
HDCMS_add1_signer.pod73 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
HDCMS_sign.pod63 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
/NextBSD/crypto/openssl/crypto/cms/
HDcms_kari.c364 if (flags & CMS_USE_KEYID) { in cms_RecipientInfo_kari_init()
HDcms.h116 # define CMS_USE_KEYID 0x10000 macro
HDcms_env.c194 if (flags & CMS_USE_KEYID) { in cms_RecipientInfo_ktri_init()
HDcms_sd.c295 if (flags & CMS_USE_KEYID) { in CMS_add1_signer()
/NextBSD/crypto/openssl/apps/
HDcms.c273 flags |= CMS_USE_KEYID; in MAIN()