Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_hdr.c115 if (hdr->messageTime == NULL in ossl_cmp_hdr_update_messageTime()
116 && (hdr->messageTime = ASN1_GENERALIZEDTIME_new()) == NULL) in ossl_cmp_hdr_update_messageTime()
118 return ASN1_GENERALIZEDTIME_set(hdr->messageTime, time(NULL)) != NULL; in ossl_cmp_hdr_update_messageTime()
H A Dcmp_local.h542 ASN1_GENERALIZEDTIME *messageTime; /* 0 */ member
H A Dcmp_asn.c1052 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, messageTime, ASN1_GENERALIZEDTIME, 0),
/openssl/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.
/openssl/test/
H A Dcmp_hdr_test.c192 if (!TEST_true(ASN1_TIME_to_tm(fixture->hdr->messageTime, &hdrtm))) in execute_HDR_update_messageTime_test()
/openssl/include/openssl/
H A Dcmp.h.in54 * -- messageTime was not sufficiently close to the system time,

Completed in 34 milliseconds