Searched refs:supported_curves (Results 1 – 16 of 16) sorted by relevance
71 || ((impl->supported_curves >> curve) & 1) == 0) in br_ec_compute_pub()
39 || ((impl->supported_curves >> curve) & 1) == 0) in br_ec_keygen()
53 if (((impl->supported_curves >> pk->curve) & 1) == 0) { in br_ecdsa_i31_vrfy_raw()
54 if (((impl->supported_curves >> pk->curve) & 1) == 0) { in br_ecdsa_i15_vrfy_raw()
57 if (((impl->supported_curves >> sk->curve) & 1) == 0) { in br_ecdsa_i15_sign_raw()
56 if (((impl->supported_curves >> sk->curve) & 1) == 0) { in br_ecdsa_i31_sign_raw()
361 bi->supported_curves = val; in dpp_parse_uri_supported_curves()365 bi->supported_curves |= val << 4; in dpp_parse_uri_supported_curves()368 bi->supported_curves); in dpp_parse_uri_supported_curves()437 const char *version = NULL, *supported_curves = NULL, *host = NULL; in dpp_parse_uri() local470 else if (pos[0] == 'B' && pos[1] == ':' && !supported_curves) in dpp_parse_uri()471 supported_curves = pos + 2; in dpp_parse_uri()495 dpp_parse_uri_supported_curves(bi, supported_curves) < 0 || in dpp_parse_uri()716 if (bi->supported_curves) { in dpp_gen_uri()717 u8 val = bi->supported_curves; in dpp_gen_uri()1628 if (!bi || !bi->supported_curves) in dpp_supports_curve()[all …]
178 u8 supported_curves; /* enum dpp_bootstrap_supported_curves bitmap */ member
279 uint32_t supported_curves; member
286 if ((ctx->eng.iec->supported_curves & ((uint32_t)1 << curve)) == 0) { in make_pms_ecdh()1600 uint32_t x = ENG->iec == NULL ? 0 : ENG->iec->supported_curves; in br_ssl_hs_client_run()
272 if (!((ctx->eng.iec->supported_curves >> curve) & 1)) { in do_ecdhe_part1()1667 uint32_t x = ENG->iec == NULL ? 0 : ENG->iec->supported_curves; in br_ssl_hs_server_run()
231 if ((ctx->eng.iec->supported_curves & ((uint32_t)1 << curve)) == 0) {
236 uint32_t x = ENG->iec == NULL ? 0 : ENG->iec->supported_curves;
217 if (!((ctx->eng.iec->supported_curves >> curve) & 1)) {
634 supp = br_ec_get_default()->supported_curves; in do_twrch()
969 supp = br_ec_get_default()->supported_curves; in do_server()