Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
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()
A Dcmp_asn.c424 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, messageTime, ASN1_GENERALIZEDTIME, 0),
A Dcmp_local.h486 ASN1_GENERALIZEDTIME *messageTime; /* 0 */ member
/openssl-master/doc/internal/man3/
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.
/openssl-master/test/
A Dcmp_hdr_test.c178 if (!TEST_true(ASN1_TIME_to_tm(fixture->hdr->messageTime, &hdrtm))) in execute_HDR_update_messageTime_test()
/openssl-master/include/openssl/
A Dcmp.h.in52 * -- messageTime was not sufficiently close to the system time,

Completed in 13 milliseconds