/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec2_oct.c | 139 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GF2m_simple_point2oct() 190 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ossl_ec_GF2m_simple_point2oct() 215 if (form == POINT_CONVERSION_UNCOMPRESSED in ossl_ec_GF2m_simple_point2oct() 289 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GF2m_simple_oct2point() 294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GF2m_simple_oct2point()
|
H A D | ecp_oct.c | 170 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GFp_simple_point2oct() 241 if (form == POINT_CONVERSION_UNCOMPRESSED in ossl_ec_GFp_simple_point2oct() 293 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GFp_simple_oct2point() 298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GFp_simple_oct2point()
|
H A D | eck_prn.c | 197 else if (form == POINT_CONVERSION_UNCOMPRESSED) in ECPKParameters_print()
|
H A D | ec_backend.c | 43 { (int)POINT_CONVERSION_UNCOMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_UNCOMPRESSED }, 136 return (int)POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_pt_format_name2id()
|
H A D | ec_kmeth.c | 127 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_key_new_method_int()
|
H A D | ec_ameth.c | 416 POINT_CONVERSION_UNCOMPRESSED, arg2, NULL); in ec_pkey_ctrl()
|
H A D | ec_lib.c | 67 ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_group_new_ex()
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-getput-crypto.c | 66 if (*d != POINT_CONVERSION_UNCOMPRESSED) in get_ec() 160 if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED, in sshbuf_put_ec() 164 if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED, in sshbuf_put_ec()
|
H A D | sk-usbhid.c | 643 POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL); in pack_public_key_ecdsa() 653 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED, in pack_public_key_ecdsa()
|
/freebsd/crypto/openssl/test/ |
H A D | ectest.c | 254 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in prime_field_tests() 1041 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in char2_field_tests() 2365 POINT_CONVERSION_UNCOMPRESSED, in ec_point_hex2point_test() 2368 POINT_CONVERSION_UNCOMPRESSED, in ec_point_hex2point_test() 2647 POINT_CONVERSION_UNCOMPRESSED, NULL, in custom_generator_test() 2651 POINT_CONVERSION_UNCOMPRESSED, b1, in custom_generator_test() 2664 POINT_CONVERSION_UNCOMPRESSED, NULL, in custom_generator_test() 2668 POINT_CONVERSION_UNCOMPRESSED, b2, in custom_generator_test() 2757 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test() 2761 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test() [all …]
|
H A D | ecdsatest.c | 122 || !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED, in x9_62_tests()
|
H A D | evp_pkey_provided_test.c | 1196 POINT_CONVERSION_UNCOMPRESSED, in test_fromdata_ec() 1339 || !TEST_true(out_pub[0] == POINT_CONVERSION_UNCOMPRESSED) in test_fromdata_ec()
|
H A D | acvp_test.inc | 53 POINT_CONVERSION_UNCOMPRESSED, 64 POINT_CONVERSION_UNCOMPRESSED, 151 POINT_CONVERSION_UNCOMPRESSED, 160 POINT_CONVERSION_UNCOMPRESSED,
|
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.c | 584 buf[0] = POINT_CONVERSION_UNCOMPRESSED; in sldns_ecdsa2pkey_raw() 637 buf[0] = POINT_CONVERSION_UNCOMPRESSED; in sldns_ecdsa2pkey_raw()
|
/freebsd/crypto/openssh/regress/misc/sk-dummy/ |
H A D | sk-dummy.c | 123 POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL); in pack_key_ecdsa() 133 if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED, in pack_key_ecdsa()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_GROUP_copy.pod | 123 POINT_CONVERSION_UNCOMPRESSED = 4, 129 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form…
|
H A D | EVP_PKEY_fromdata.pod | 156 POINT_CONVERSION_UNCOMPRESSED,
|
/freebsd/crypto/openssh/regress/unittests/sshkey/ |
H A D | test_file.c | 276 POINT_CONVERSION_UNCOMPRESSED, NULL, NULL); in sshkey_file_tests()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 409 case POINT_CONVERSION_UNCOMPRESSED: in ec_param_explicit_gen_to_text()
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 1960 EC_KEY_set_conv_form(ec, POINT_CONVERSION_UNCOMPRESSED); in ldns_key2rr() 1972 assert(bin[0] == POINT_CONVERSION_UNCOMPRESSED); in ldns_key2rr()
|
H A D | dnssec_verify.c | 1967 buf[0] = POINT_CONVERSION_UNCOMPRESSED; in ldns_ecdsa2pkey_raw()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 83 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 3097 len = EC_POINT_point2oct(ec_group, pub, POINT_CONVERSION_UNCOMPRESSED, in crypto_ec_key_set_priv() 3104 len = EC_POINT_point2oct(ec_group, pub, POINT_CONVERSION_UNCOMPRESSED, in crypto_ec_key_set_priv() 3710 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in crypto_ec_key_get_ecprivate_key() 3769 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in crypto_ec_key_get_pubkey_point()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 747 POINT_CONVERSION_UNCOMPRESSED, in common_get_params()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 2435 return POINT_CONVERSION_UNCOMPRESSED; in EVP_PKEY_get_ec_point_conv_form()
|