Home
last modified time | relevance | path

Searched defs:TS_resp_ctx (Results 1 – 1 of 1) sorted by relevance

/external/openssl/include/openssl/
Dts.h500 typedef struct TS_resp_ctx struct
502 X509 *signer_cert;
503 EVP_PKEY *signer_key;
506 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */
508 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
509 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
510 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
511 unsigned clock_precision_digits; /* fraction of seconds in
513 unsigned flags; /* Optional info, see values above. */
516 TS_serial_cb serial_cb;
[all …]