/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dpp_cm.c | 611 curve += 2; in dpp20_program_shaper_luta_settings() 618 curve += 2; in dpp20_program_shaper_luta_settings() 625 curve += 2; in dpp20_program_shaper_luta_settings() 632 curve += 2; in dpp20_program_shaper_luta_settings() 639 curve += 2; in dpp20_program_shaper_luta_settings() 646 curve += 2; in dpp20_program_shaper_luta_settings() 653 curve += 2; in dpp20_program_shaper_luta_settings() 660 curve += 2; in dpp20_program_shaper_luta_settings() 667 curve += 2; in dpp20_program_shaper_luta_settings() 674 curve += 2; in dpp20_program_shaper_luta_settings() [all …]
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/ |
H A D | dcn32_mpc.c | 374 curve += 2; in mpc32_program_shaper_luta_settings() 381 curve += 2; in mpc32_program_shaper_luta_settings() 388 curve += 2; in mpc32_program_shaper_luta_settings() 395 curve += 2; in mpc32_program_shaper_luta_settings() 402 curve += 2; in mpc32_program_shaper_luta_settings() 409 curve += 2; in mpc32_program_shaper_luta_settings() 416 curve += 2; in mpc32_program_shaper_luta_settings() 424 curve += 2; in mpc32_program_shaper_luta_settings() 431 curve += 2; in mpc32_program_shaper_luta_settings() 438 curve += 2; in mpc32_program_shaper_luta_settings() [all …]
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/ |
H A D | dcn30_dpp.c | 895 curve += 2; in dpp3_program_shaper_luta_settings() 902 curve += 2; in dpp3_program_shaper_luta_settings() 909 curve += 2; in dpp3_program_shaper_luta_settings() 916 curve += 2; in dpp3_program_shaper_luta_settings() 923 curve += 2; in dpp3_program_shaper_luta_settings() 930 curve += 2; in dpp3_program_shaper_luta_settings() 937 curve += 2; in dpp3_program_shaper_luta_settings() 944 curve += 2; in dpp3_program_shaper_luta_settings() 951 curve += 2; in dpp3_program_shaper_luta_settings() 958 curve += 2; in dpp3_program_shaper_luta_settings() [all …]
|
H A D | dcn30_mpc.c | 511 curve += 2; in mpc3_program_shaper_luta_settings() 518 curve += 2; in mpc3_program_shaper_luta_settings() 525 curve += 2; in mpc3_program_shaper_luta_settings() 532 curve += 2; in mpc3_program_shaper_luta_settings() 539 curve += 2; in mpc3_program_shaper_luta_settings() 546 curve += 2; in mpc3_program_shaper_luta_settings() 553 curve += 2; in mpc3_program_shaper_luta_settings() 561 curve += 2; in mpc3_program_shaper_luta_settings() 568 curve += 2; in mpc3_program_shaper_luta_settings() 575 curve += 2; in mpc3_program_shaper_luta_settings() [all …]
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/ |
H A D | dce110_opp_regamma_v.c | 198 curve[0].offset, in regamma_config_regions_and_segments() 210 curve[1].offset, in regamma_config_regions_and_segments() 226 curve += 2; in regamma_config_regions_and_segments() 231 curve[0].offset, in regamma_config_regions_and_segments() 243 curve[1].offset, in regamma_config_regions_and_segments() 258 curve += 2; in regamma_config_regions_and_segments() 290 curve += 2; in regamma_config_regions_and_segments() 322 curve += 2; in regamma_config_regions_and_segments() 354 curve += 2; in regamma_config_regions_and_segments() 386 curve += 2; in regamma_config_regions_and_segments() [all …]
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec_curve.c | 1391 if (BN_bin2bn(curve->p, curve->param_len, p) == NULL) { in ec_group_new_from_data() 1395 if (BN_bin2bn(curve->a, curve->param_len, a) == NULL) { in ec_group_new_from_data() 1399 if (BN_bin2bn(curve->b, curve->param_len, b) == NULL) { in ec_group_new_from_data() 1413 if (BN_bin2bn(curve->x, curve->param_len, x) == NULL) { in ec_group_new_from_data() 1417 if (BN_bin2bn(curve->y, curve->param_len, y) == NULL) { in ec_group_new_from_data() 1425 if (BN_bin2bn(curve->order, curve->param_len, order) == NULL) { in ec_group_new_from_data() 1439 if (!EC_GROUP_set_seed(group, curve->seed, curve->seed_len)) { in ec_group_new_from_data() 1490 free(curve); in ec_curve_free() 1553 if ((curve = calloc(1, sizeof(*curve))) == NULL) in ec_curve_from_group() 1560 if (!ec_curve_encode_parameter(p, curve->param_len, &curve->p)) in ec_curve_from_group() [all …]
|
H A D | ec_asn1.c | 127 X9_62_CURVE *curve; member 391 .offset = offsetof(ECPARAMETERS, curve), 734 if (curve == NULL || curve->a == NULL || curve->b == NULL) in ec_asn1_group2curve() 756 ASN1_BIT_STRING_free(curve->seed); in ec_asn1_group2curve() 757 curve->seed = NULL; in ec_asn1_group2curve() 764 if (!ASN1_BIT_STRING_set(curve->seed, in ec_asn1_group2curve() 769 if (!asn1_abs_set_unused_bits(curve->seed, 0)) { in ec_asn1_group2curve() 934 if ((a = BN_bin2bn(curve->a->data, curve->a->length, NULL)) == NULL) in ec_asn1_parameters_curve2group() 936 if ((b = BN_bin2bn(curve->b->data, curve->b->length, NULL)) == NULL) in ec_asn1_parameters_curve2group() 1000 if ((seed = params->curve->seed) != NULL) { in ec_asn1_set_group_parameters() [all …]
|
/openbsd/regress/lib/libcrypto/ec/ |
H A D | ec_asn1_test.c | 452 struct curve { struct 785 curve->descr); in ec_group_from_curve_method() 825 nid = OBJ_create(curve->oid, curve->sn, curve->ln); in ec_group_new() 909 curve->descr); in ec_group_non_builtin_curve() 915 curve->named, curve->named_len) == -1) in ec_group_non_builtin_curve() 928 curve->descr); in ec_group_non_builtin_curve() 934 curve->param, curve->param_len) == -1) in ec_group_non_builtin_curve() 947 pder = curve->named; in ec_group_non_builtin_curve() 952 curve->descr); in ec_group_non_builtin_curve() 969 pder = curve->param; in ec_group_non_builtin_curve() [all …]
|
H A D | ec_point_conversion.c | 113 test_random_points_on_curve(EC_builtin_curve *curve) in test_random_points_on_curve() argument 122 if ((group = EC_GROUP_new_by_curve_name(curve->nid)) == NULL) in test_random_points_on_curve() 124 OBJ_nid2sn(curve->nid)); in test_random_points_on_curve()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/ |
H A D | dce_transform.c | 1483 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local 1499 curve = params->arr_curve_points; in regamma_config_regions_and_segments() 1502 REGAMMA_CNTLA_EXP_REGION0_LUT_OFFSET, curve[0].offset, in regamma_config_regions_and_segments() 1504 REGAMMA_CNTLA_EXP_REGION1_LUT_OFFSET, curve[1].offset, in regamma_config_regions_and_segments() 1506 curve += 2; in regamma_config_regions_and_segments() 1513 curve += 2; in regamma_config_regions_and_segments() 1520 curve += 2; in regamma_config_regions_and_segments() 1527 curve += 2; in regamma_config_regions_and_segments() 1534 curve += 2; in regamma_config_regions_and_segments() 1541 curve += 2; in regamma_config_regions_and_segments() [all …]
|
/openbsd/sys/dev/pci/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 1108 curve[i].g = curve[i].r; in build_degamma() 1109 curve[i].b = curve[i].r; in build_degamma() 1113 curve[i].r = dc_fixpt_one; in build_degamma() 1945 curve = kvcalloc(MAX_HW_POINTS + _EXTRA_POINTS, sizeof(*curve), in mod_color_calculate_degamma_params() 1947 if (!curve) in mod_color_calculate_degamma_params() 1958 build_de_pq(curve, in mod_color_calculate_degamma_params() 1966 build_degamma(curve, in mod_color_calculate_degamma_params() 1971 build_hlg_degamma(curve, in mod_color_calculate_degamma_params() 1980 curve[i].g = curve[i].r; in mod_color_calculate_degamma_params() 1981 curve[i].b = curve[i].r; in mod_color_calculate_degamma_params() [all …]
|
/openbsd/lib/libtls/ |
H A D | tls_config.c | 555 tls_config_set_ecdhecurve(struct tls_config *config, const char *curve) in tls_config_set_ecdhecurve() argument 557 if (curve == NULL || in tls_config_set_ecdhecurve() 558 strcasecmp(curve, "none") == 0 || in tls_config_set_ecdhecurve() 559 strcasecmp(curve, "auto") == 0) { in tls_config_set_ecdhecurve() 560 curve = TLS_ECDHE_CURVES; in tls_config_set_ecdhecurve() 561 } else if (strchr(curve, ',') != NULL || strchr(curve, ':') != NULL) { in tls_config_set_ecdhecurve() 563 "invalid ecdhe curve '%s'", curve); in tls_config_set_ecdhecurve() 567 return tls_config_set_ecdhecurves(config, curve); in tls_config_set_ecdhecurve()
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-ecdsa.c | 225 char *curve = NULL; in ssh_ecdsa_deserialize_public() local 231 if ((r = sshbuf_get_cstring(b, &curve, NULL)) != 0) in ssh_ecdsa_deserialize_public() 233 if (key->ecdsa_nid != sshkey_curve_name_to_nid(curve)) { in ssh_ecdsa_deserialize_public() 269 free(curve); in ssh_ecdsa_deserialize_public()
|
H A D | PROTOCOL.u2f | 67 string curve name 74 string curve name 101 string curve name
|
H A D | PROTOCOL.certkeys | 120 string curve 159 curve and public key are respectively the ECDSA "[identifier]" and "Q"
|
H A D | PROTOCOL | 51 curve points encoded using point compression are NOT accepted or
|
/openbsd/regress/usr.bin/openssl/ |
H A D | appstest.sh | 335 for curve in $ec_curves ; 337 ecparam=$key_dir/ecparam_$curve.pem 339 echo -n "ec - $curve ... ecparam ... " 340 $openssl_bin ecparam -out $ecparam -name $curve -genkey \
|
/openbsd/regress/usr.bin/ssh/unittests/sshkey/ |
H A D | mktestdata.sh | 60 sed 's/.*: //;s/ *$//' | tr -d '\n' > ${_outbase}.curve 61 for x in priv pub curve ; do
|
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
H A D | ualarm.t | 44 sub bellish { # Cheap emulation of a bell curve.
|
/openbsd/games/quiz/datfiles/ |
H A D | latin | 58 sinus:bay|fold|curve|gulf
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq1.pod | 184 learning curve is therefore shallow (easy to learn) and long (there's 191 the learning curve even more.
|
/openbsd/lib/libcrypto/objects/ |
H A D | objects.txt | 89 # SECG curve OIDs from "SEC 2: Recommended Elliptic Curve Domain Parameters" 101 # NOTE: the curve secp192r1 is the same as prime192v1 defined above 106 # NOTE: the curve secp256r1 is the same as prime256v1 defined above 130 # WAP/TLS curve OIDs (http://www.wapforum.org/)
|
/openbsd/sbin/isakmpd/ |
H A D | DESIGN-NOTES | 74 math_ec2n.c Elliptic curve math.
|
/openbsd/share/dict/ |
H A D | web2a | 336 adjoint curve 14657 cross-curve 20830 fever curve 30035 in curve 32448 lead curve 50544 S curve 54723 sine curve 55127 Skew curve 69713 V curve 74925 work curve [all …]
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-3 | 124 about the tag as "a curve drawn through a matrix of filename vs. 137 think of the tag as a handle attached to the curve drawn through the
|