Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c114 if (hdr->messageTime == NULL in ossl_cmp_hdr_update_messageTime()
115 && (hdr->messageTime = ASN1_GENERALIZEDTIME_new()) == NULL) in ossl_cmp_hdr_update_messageTime()
117 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.c1036 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, messageTime, ASN1_GENERALIZEDTIME, 0),
/src/crypto/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.
/src/crypto/openssl/test/
H A Dcmp_hdr_test.c194 if (!TEST_true(ASN1_TIME_to_tm(fixture->hdr->messageTime, &hdrtm))) in execute_HDR_update_messageTime_test()
/src/crypto/openssl/include/openssl/
H A Dcmp.h.in56 * -- messageTime was not sufficiently close to the system time,