Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DCMS_add1_recipient_cert.pod37 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DCMS_encrypt.pod48 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DCMS_add1_signer.pod73 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
H A DCMS_sign.pod63 and serial number. If B<CMS_USE_KEYID> is set it will use the subject key
/minix/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms.h112 # define CMS_USE_KEYID 0x10000 macro
H A Dcms_env.c181 if (flags & CMS_USE_KEYID) { in CMS_add1_recipient_cert()
H A Dcms_sd.c302 if (flags & CMS_USE_KEYID) { in CMS_add1_signer()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Dcms.c253 flags |= CMS_USE_KEYID; in MAIN()