Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_hdr.c133 if (hdr->messageTime == NULL in ossl_cmp_hdr_update_messageTime()
134 && (hdr->messageTime = ASN1_GENERALIZEDTIME_new()) == NULL) in ossl_cmp_hdr_update_messageTime()
136 return ASN1_GENERALIZEDTIME_set(hdr->messageTime, time(NULL)) != NULL; in ossl_cmp_hdr_update_messageTime()
H A Dcmp_asn.c424 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, messageTime, ASN1_GENERALIZEDTIME, 0),
H A Dcmp_local.h486 ASN1_GENERALIZEDTIME *messageTime; /* 0 */ member
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod74 ossl_cmp_hdr_update_messagetime() (re-)sets the messageTime to the current
76 The messageTime field contains the time at which the sender created the message.
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_hdr_test.c192 if (!TEST_true(ASN1_TIME_to_tm(fixture->hdr->messageTime, &hdrtm))) in execute_HDR_update_messageTime_test()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmp.h.in52 * -- messageTime was not sufficiently close to the system time,