Home
last modified time | relevance | path

Searched refs:TS_REQ_set_nonce (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/ts/
HDts_req_utils.c162 TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce) in TS_REQ_set_nonce() function
/dragonfly/crypto/libressl/include/openssl/
HDts.h236 int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce);
/dragonfly/crypto/libressl/apps/openssl/
HDts.c652 if (nonce_asn1 != NULL && !TS_REQ_set_nonce(ts_req, nonce_asn1)) in create_query()