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

  /src/external/bsd/wpa/dist/src/common/
gas_server.h 27 (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa,
38 int gas_server_set_comeback_delay(struct gas_server *gas, void *resp_ctx,
40 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx,
42 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx);
gas_server.c 28 struct wpabuf * (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa,
483 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx,
490 if (tmp == resp_ctx) {
510 int gas_server_set_comeback_delay(struct gas_server *gas, void *resp_ctx,
517 if (tmp == resp_ctx) {
535 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx)
541 if (tmp == resp_ctx)
596 (*req_cb)(void *ctx, void *resp_ctx, const u8 *sa,
  /src/crypto/external/apache2/openssl/dist/apps/
ts.c 727 TS_RESP_CTX *resp_ctx = NULL; local
733 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
735 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
741 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
743 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
745 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
749 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
751 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
755 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
757 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ts.c 703 TS_RESP_CTX *resp_ctx = NULL; local
709 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
711 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
717 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
719 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
721 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
725 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
727 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
731 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
733 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
ts.c 672 TS_RESP_CTX *resp_ctx = NULL; local
678 if ((resp_ctx = TS_RESP_CTX_new()) == NULL)
680 if (!TS_CONF_set_serial(conf, section, serial_cb, resp_ctx))
686 if (!TS_CONF_set_signer_cert(conf, section, signer, resp_ctx))
688 if (!TS_CONF_set_certs(conf, section, chain, resp_ctx))
690 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))
694 if (!TS_RESP_CTX_set_signer_digest(resp_ctx, md))
696 } else if (!TS_CONF_set_signer_digest(conf, section, NULL, resp_ctx)) {
700 if (!TS_CONF_set_ess_cert_id_digest(conf, section, resp_ctx))
702 if (!TS_CONF_set_def_policy(conf, section, policy, resp_ctx))
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 4191 wpas_dpp_gas_req_handler(void *ctx, void *resp_ctx, const u8 *sa,
4231 auth->gas_server_ctx = resp_ctx;
4236 auth->config_resp_ctx = resp_ctx;
4250 auth->config_resp_ctx = resp_ctx;

Completed in 31 milliseconds