Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dts.h498 typedef struct TS_resp_ctx { struct
499 X509 *signer_cert;
500 EVP_PKEY *signer_key;
503 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */
505 ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */
506 ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */
507 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */
508 unsigned clock_precision_digits; /* fraction of seconds in time stamp
510 unsigned flags; /* Optional info, see values above. */
512 TS_serial_cb serial_cb;
[all …]