Home
last modified time | relevance | path

Searched refs:resp_ctx (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dts.c700 TS_RESP_CTX *resp_ctx = NULL; in create_response() local
706 if ((resp_ctx = TS_RESP_CTX_new()) == NULL) in create_response()
708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) in create_response()
714 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx)) in create_response()
716 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx)) in create_response()
718 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx)) in create_response()
722 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md)) in create_response()
724 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) { in create_response()
728 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx)) in create_response()
730 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx)) in create_response()
[all...]
/third_party/openssl/apps/
H A Dts.c700 TS_RESP_CTX *resp_ctx = NULL; in create_response() local
706 if ((resp_ctx = TS_RESP_CTX_new()) == NULL) in create_response()
708 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx)) in create_response()
714 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx)) in create_response()
716 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx)) in create_response()
718 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx)) in create_response()
722 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md)) in create_response()
724 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) { in create_response()
728 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx)) in create_response()
730 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx)) in create_response()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dgas_server.h26 (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa,
37 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx,
39 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx);
H A Dgas_server.c27 struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa,
471 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx, in gas_server_set_resp() argument
478 if (tmp == resp_ctx) { in gas_server_set_resp()
492 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx) in gas_server_response_sent() argument
498 if (tmp == resp_ctx) in gas_server_response_sent()
553 (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, in gas_server_register()
550 gas_server_register(struct gas_server *gas, const u8 *adv_proto_id, u8 adv_proto_id_len, struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa, const u8 *query, size_t query_len, u16 *comeback_delay), void (*status_cb)(void *ctx, struct wpabuf *resp, int ok), void *ctx) gas_server_register() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c2970 wpas_dpp_gas_req_handler(void *ctx, void *resp_ctx, const u8 *sa, in wpas_dpp_gas_req_handler() argument
3006 auth->cert_resp_ctx = resp_ctx; in wpas_dpp_gas_req_handler()
3015 auth->gas_server_ctx = resp_ctx; in wpas_dpp_gas_req_handler()

Completed in 10 milliseconds