Home
last modified time | relevance | path

Searched refs:POINT_CONVERSION_UNCOMPRESSED (Results 1 – 13 of 13) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Dec2_oct.c187 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct()
232 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct()
255 if (form == POINT_CONVERSION_UNCOMPRESSED || in ec_GF2m_simple_point2oct()
322 form != POINT_CONVERSION_UNCOMPRESSED && in ec_GF2m_simple_oct2point()
327 if (form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) { in ec_GF2m_simple_oct2point()
H A Decp_oct.c211 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GFp_simple_point2oct()
274 if (form == POINT_CONVERSION_UNCOMPRESSED || form == POINT_CONVERSION_HYBRID) { in ec_GFp_simple_point2oct()
324 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GFp_simple_oct2point()
329 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GFp_simple_oct2point()
H A Deck_prn.c293 } else if (form == POINT_CONVERSION_UNCOMPRESSED) { in ECPKParameters_print()
H A Dec_kmeth.c169 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
H A Dec_lib.c104 ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED; in EC_GROUP_new()
/dragonfly/crypto/openssh/
H A Dsshbuf-getput-crypto.c66 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()
/dragonfly/crypto/libressl/apps/openssl/
H A Dec.c115 ec_config.form = POINT_CONVERSION_UNCOMPRESSED; in ec_opt_form()
280 ec_config.form = POINT_CONVERSION_UNCOMPRESSED; in ec_main()
H A Decparam.c118 ecparam_config.form = POINT_CONVERSION_UNCOMPRESSED; in ecparam_opt_form()
271 ecparam_config.form = POINT_CONVERSION_UNCOMPRESSED; in ecparam_main()
/dragonfly/crypto/libressl/ssl/
H A Dssl_kex.c344 POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL)) == 0) in ssl_kex_public_ecdhe_ecp()
348 if ((EC_POINT_point2oct(group, point, POINT_CONVERSION_UNCOMPRESSED, in ssl_kex_public_ecdhe_ecp()
/dragonfly/contrib/ldns/
H A Dkeys.c1960 EC_KEY_set_conv_form(ec, POINT_CONVERSION_UNCOMPRESSED); in ldns_key2rr()
1972 assert(bin[0] == POINT_CONVERSION_UNCOMPRESSED); in ldns_key2rr()
H A Ddnssec_verify.c1967 buf[0] = POINT_CONVERSION_UNCOMPRESSED; in ldns_ecdsa2pkey_raw()
/dragonfly/crypto/libressl/include/openssl/
H A Dec.h110 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c478 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in dpp_get_pubkey_point()