Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Ddpp-qrcode.py75 def dpp_display(curve): argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_opp_regamma_v.c140 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h1551 # define EVP_EC_gen(curve) \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_lib.c250 int tls_curve_allowed(SSL *s, uint16_t curve, int op) in tls_curve_allowed()
966 int tls_check_sigalg_curve(const SSL *s, int curve) in tls_check_sigalg_curve()
1083 int curve = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec)); in tls12_check_peer_sigalg() local
2686 int curve = -1; in find_sig_alg() local
2774 int curve; in tls_choose_sigalg() local
H A Dt1_trce.c1172 int curve; in ssl_print_server_keyex() local
H A Dssl_local.h1504 int curve; member
/netbsd-src/tests/crypto/libcrypto/ecdh/
H A Decdhtest.c473 # define test_ecdh_kat(bio, curve, bits) \ argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dpp_cm.c584 const struct gamma_curve *curve; in dpp20_program_shaper_luta_settings() local
734 const struct gamma_curve *curve; in dpp20_program_shaper_lutb_settings() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_asn1.c134 X9_62_CURVE *curve; member
372 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve()
H A Dec_curve.c3011 static EC_GROUP *ec_group_new_from_data(const ec_list_element curve) in ec_group_new_from_data()
3307 const ec_list_element curve = curve_list[i]; in ec_curve_nid_from_params() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_asn1.c71 X9_62_CURVE *curve; member
309 static int ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) in ec_asn1_group2curve()
H A Dec_curve.c3135 const ec_list_element curve) in ec_group_new_from_data()
3284 const ec_list_element *curve; in EC_GROUP_new_by_curve_name_ex() local
3409 const ec_list_element curve = curve_list[i]; in ossl_ec_curve_nid_from_params() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c1021 static bool build_degamma(struct pwl_float_data_ex *curve, in build_degamma()
1796 struct pwl_float_data_ex *curve = NULL; in mod_color_calculate_degamma_params() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_transform.c1217 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_trce.c1194 int curve; in ssl_print_server_keyex() local
H A Dssl_local.h1824 int curve; member
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c990 char *curve = 0; in ec_curve_name() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_pkey_provided_test.c1188 const char *curve = "prime256v1"; in test_fromdata_ec() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_lib.c1514 int curve; in is_tls13_capable() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp_lib.c760 int curve = EC_GROUP_get_curve_name(group); in EVP_PKEY_assign() local
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c1285 static EVP_PKEY *get_ecdsa(const EC_CURVE *curve) in get_ecdsa()