HomeSort by: relevance | last modified time | path
    Searched refs:ts_req (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
ts.c 40 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
422 TS_REQ *query = NULL;
464 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
468 TS_REQ *ts_req = NULL; local
478 if ((ts_req = TS_REQ_new()) == NULL)
480 if (!TS_REQ_set_version(ts_req, 1))
497 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
501 if (policy_obj && !TS_REQ_set_policy_id(ts_req, policy_obj))
507 if (nonce_asn1 && !TS_REQ_set_nonce(ts_req, nonce_asn1)
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ts.c 42 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
399 TS_REQ *query = NULL;
441 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
445 TS_REQ *ts_req = NULL; local
455 if ((ts_req = TS_REQ_new()) == NULL)
457 if (!TS_REQ_set_version(ts_req, 1))
474 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
478 if (policy_obj && !TS_REQ_set_policy_id(ts_req, policy_obj))
484 if (nonce_asn1 && !TS_REQ_set_nonce(ts_req, nonce_asn1)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
ts.c 42 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
372 TS_REQ *query = NULL;
414 static TS_REQ *create_query(BIO *data_bio, const char *digest, const EVP_MD *md,
418 TS_REQ *ts_req = NULL; local
428 if ((ts_req = TS_REQ_new()) == NULL)
430 if (!TS_REQ_set_version(ts_req, 1))
447 if (!TS_REQ_set_msg_imprint(ts_req, msg_imprint))
451 if (policy_obj && !TS_REQ_set_policy_id(ts_req, policy_obj))
457 if (nonce_asn1 && !TS_REQ_set_nonce(ts_req, nonce_asn1)
    [all...]

Completed in 24 milliseconds