Home
last modified time | relevance | path

Searched refs:new_nonce (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ts/
H A Dts_req_utils.c102 ASN1_INTEGER *new_nonce; in TS_REQ_set_nonce() local
106 new_nonce = ASN1_INTEGER_dup(nonce); in TS_REQ_set_nonce()
107 if (new_nonce == NULL) { in TS_REQ_set_nonce()
112 a->nonce = new_nonce; in TS_REQ_set_nonce()
H A Dts_rsp_utils.c253 ASN1_INTEGER *new_nonce; in TS_TST_INFO_set_nonce() local
257 new_nonce = ASN1_INTEGER_dup(nonce); in TS_TST_INFO_set_nonce()
258 if (new_nonce == NULL) { in TS_TST_INFO_set_nonce()
263 a->nonce = new_nonce; in TS_TST_INFO_set_nonce()

Completed in 8 milliseconds