HomeSort by: relevance | last modified time | path
    Searched defs:csign (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
dpp_i.h 154 struct crypto_ec_key *csign; member in struct:dpp_reconfig_id
dpp_reconfig.c 41 struct crypto_ec_key *csign = NULL; local
61 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len);
62 if (!csign) {
68 uncomp = crypto_ec_key_get_pubkey_point(csign, 1);
69 crypto_ec_key_deinit(csign);
261 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len);
272 e_prime_id = dpp_set_pubkey_point(conf->csign, e_id_attr, e_id_len);
753 res = dpp_process_signed_connector(&info, auth->conf->csign,
dpp_crypto.c 860 struct crypto_ec_key *csign; local
864 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len);
865 if (!csign) {
878 res = dpp_process_signed_connector(info, csign, signed_connector);
881 crypto_ec_key_deinit(csign);
1942 sig = crypto_ec_key_sign_r_s(conf->csign, hash, curve->hash_len);
2230 struct crypto_ec_key *csign = NULL, *ppkey = NULL; local
2238 csign = crypto_ec_key_parse_pub(csign_key, csign_key_len);
2239 if (!csign)
2248 ec = crypto_ec_init(crypto_ec_key_group(csign));
    [all...]
dpp.c 1859 if (dpp_build_jwk(buf, "csign", auth->conf->csign, auth->conf->kid,
1861 wpa_printf(MSG_DEBUG, "DPP: Failed to build csign JWK");
2847 struct crypto_ec_key *csign)
2851 c_sign_key = crypto_ec_key_get_subject_public_key(csign);
2901 struct json_token *token, *csign, *ppkey; local
2918 csign = json_get_member(cred, "csign");
2919 if (!csign || csign->type != JSON_OBJECT)
3246 struct json_token *csign, *s_conn; local
    [all...]
dpp.h 273 struct crypto_ec_key *csign; member in struct:dpp_asymmetric_key
408 struct crypto_ec_key *csign; member in struct:dpp_configurator
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 1797 const char *csign="+"; /* sign character */ local
1800 if (num->sign==DECFLOAT_Sign) csign="-";
1803 if (num->exponent==DECFLOAT_Inf) printf("%sInfinity", csign);
1804 else if (num->exponent==DECFLOAT_qNaN) printf("%sqNaN", csign);
1805 else if (num->exponent==DECFLOAT_sNaN) printf("%ssNaN", csign);
1836 printf("%7s c=%s", qbuf, csign);
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 1797 const char *csign="+"; /* sign character */ local
1800 if (num->sign==DECFLOAT_Sign) csign="-";
1803 if (num->exponent==DECFLOAT_Inf) printf("%sInfinity", csign);
1804 else if (num->exponent==DECFLOAT_qNaN) printf("%sqNaN", csign);
1805 else if (num->exponent==DECFLOAT_sNaN) printf("%ssNaN", csign);
1836 printf("%7s c=%s", qbuf, csign);
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 1797 const char *csign="+"; /* sign character */ local
1800 if (num->sign==DECFLOAT_Sign) csign="-";
1803 if (num->exponent==DECFLOAT_Inf) printf("%sInfinity", csign);
1804 else if (num->exponent==DECFLOAT_qNaN) printf("%sqNaN", csign);
1805 else if (num->exponent==DECFLOAT_sNaN) printf("%ssNaN", csign);
1836 printf("%7s c=%s", qbuf, csign);
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 1797 const char *csign="+"; /* sign character */ local
1800 if (num->sign==DECFLOAT_Sign) csign="-";
1803 if (num->exponent==DECFLOAT_Inf) printf("%sInfinity", csign);
1804 else if (num->exponent==DECFLOAT_qNaN) printf("%sqNaN", csign);
1805 else if (num->exponent==DECFLOAT_sNaN) printf("%ssNaN", csign);
1836 printf("%7s c=%s", qbuf, csign);

Completed in 44 milliseconds