Searched refs:serial_cb (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_local.h | 117 TS_serial_cb serial_cb; member 118 void *serial_cb_data; /* User data for serial_cb. */
|
H A D | ts_rsp_sign.c | 130 ctx->serial_cb = def_serial_cb; in TS_RESP_CTX_new_ex() 279 ctx->serial_cb = cb; in TS_RESP_CTX_set_serial_cb() 547 if ((serial = ctx->serial_cb(ctx, ctx->serial_cb_data)) == NULL in ts_RESP_create_tst_info()
|
/third_party/openssl/crypto/ts/ |
H A D | ts_local.h | 117 TS_serial_cb serial_cb; member 118 void *serial_cb_data; /* User data for serial_cb. */
|
H A D | ts_rsp_sign.c | 130 ctx->serial_cb = def_serial_cb; in TS_RESP_CTX_new_ex() 279 ctx->serial_cb = cb; in TS_RESP_CTX_set_serial_cb() 547 if ((serial = ctx->serial_cb(ctx, ctx->serial_cb_data)) == NULL in ts_RESP_create_tst_info()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 59 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data); 708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) in create_response() 760 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data) in serial_cb() function
|
/third_party/openssl/apps/ |
H A D | ts.c | 59 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data); 708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) in create_response() 760 static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data) in serial_cb() function
|
Completed in 6 milliseconds