Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
Dpk7_attr.c103 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime, in PKCS7_add0_attrib_signing_time()
Dpk7_doit.c621 if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime)) { in do_pkcs7_signed_attrib()
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_att.c51 { NID_pkcs9_signingTime, CMS_ATTR_F_SIGNED
Dcms_sd.c409 if (CMS_signed_add1_attr_by_NID(si, NID_pkcs9_signingTime, in cms_add1_signingTime()
672 if (CMS_signed_get_attr_by_NID(si, NID_pkcs9_signingTime, -1) < 0) { in CMS_SignerInfo_sign()
/freebsd-12-stable/crypto/openssl/crypto/objects/
Dobj_dat.h1135 {"signingTime", "signingTime", NID_pkcs9_signingTime, 9, &so[292]},
/freebsd-12-stable/crypto/openssl/include/openssl/
Dobj_mac.h710 #define NID_pkcs9_signingTime 52 macro