/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_oct.c | 25 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates() 39 y_bit, ctx); in EC_POINT_set_compressed_coordinates() 48 x, y_bit, ctx); in EC_POINT_set_compressed_coordinates() 52 y_bit, ctx); in EC_POINT_set_compressed_coordinates() 58 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GFp() 60 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp() 66 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GF2m() 68 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m() 24 EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates() argument 56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GFp() argument 64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GF2m() argument
|
H A D | ecp_oct.c | 24 const BIGNUM *x_, int y_bit, in ossl_ec_GFp_simple_set_compressed_coordinates() 37 y_bit = (y_bit != 0); in ossl_ec_GFp_simple_set_compressed_coordinates() 123 if (y_bit != BN_is_odd(y)) { in ossl_ec_GFp_simple_set_compressed_coordinates() 143 if (y_bit != BN_is_odd(y)) { in ossl_ec_GFp_simple_set_compressed_coordinates() 279 int y_bit; in ossl_ec_GFp_simple_oct2point() local 290 y_bit = form & 1; in ossl_ec_GFp_simple_oct2point() 298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GFp_simple_oct2point() 342 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx)) in ossl_ec_GFp_simple_oct2point() 352 if (y_bit ! in ossl_ec_GFp_simple_oct2point() 22 ossl_ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) ossl_ec_GFp_simple_set_compressed_coordinates() argument [all...] |
H A D | ec2_oct.c | 41 const BIGNUM *x_, int y_bit, in ossl_ec_GF2m_simple_set_compressed_coordinates() 56 y_bit = (y_bit != 0) ? 1 : 0; in ossl_ec_GF2m_simple_set_compressed_coordinates() 101 if (z0 != y_bit) { in ossl_ec_GF2m_simple_set_compressed_coordinates() 261 int y_bit, m; in ossl_ec_GF2m_simple_oct2point() local 282 * y_bit and clear it from buf[0] so as to obtain a POINT_CONVERSION_*. in ossl_ec_GF2m_simple_oct2point() 285 y_bit = buf[0] & 1; in ossl_ec_GF2m_simple_oct2point() 294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GF2m_simple_oct2point() 343 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx)) in ossl_ec_GF2m_simple_oct2point() 359 if (y_bit ! in ossl_ec_GF2m_simple_oct2point() 39 ossl_ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) ossl_ec_GF2m_simple_set_compressed_coordinates() argument [all...] |
H A D | ec_local.h | 89 const BIGNUM *x, int y_bit, 393 const BIGNUM *x, int y_bit, 484 const BIGNUM *x, int y_bit,
|
/third_party/openssl/crypto/ec/ |
H A D | ec_oct.c | 25 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates() 39 y_bit, ctx); in EC_POINT_set_compressed_coordinates() 48 x, y_bit, ctx); in EC_POINT_set_compressed_coordinates() 52 y_bit, ctx); in EC_POINT_set_compressed_coordinates() 58 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GFp() 60 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp() 66 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GF2m() 68 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m() 24 EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates() argument 56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GFp() argument 64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) EC_POINT_set_compressed_coordinates_GF2m() argument
|
H A D | ec2_oct.c | 41 const BIGNUM *x_, int y_bit, in ossl_ec_GF2m_simple_set_compressed_coordinates() 56 y_bit = (y_bit != 0) ? 1 : 0; in ossl_ec_GF2m_simple_set_compressed_coordinates() 101 if (z0 != y_bit) { in ossl_ec_GF2m_simple_set_compressed_coordinates() 261 int y_bit, m; in ossl_ec_GF2m_simple_oct2point() local 282 * y_bit and clear it from buf[0] so as to obtain a POINT_CONVERSION_*. in ossl_ec_GF2m_simple_oct2point() 285 y_bit = buf[0] & 1; in ossl_ec_GF2m_simple_oct2point() 294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GF2m_simple_oct2point() 343 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx)) in ossl_ec_GF2m_simple_oct2point() 359 if (y_bit ! in ossl_ec_GF2m_simple_oct2point() 39 ossl_ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) ossl_ec_GF2m_simple_set_compressed_coordinates() argument [all...] |
H A D | ecp_oct.c | 24 const BIGNUM *x_, int y_bit, in ossl_ec_GFp_simple_set_compressed_coordinates() 37 y_bit = (y_bit != 0); in ossl_ec_GFp_simple_set_compressed_coordinates() 123 if (y_bit != BN_is_odd(y)) { in ossl_ec_GFp_simple_set_compressed_coordinates() 143 if (y_bit != BN_is_odd(y)) { in ossl_ec_GFp_simple_set_compressed_coordinates() 279 int y_bit; in ossl_ec_GFp_simple_oct2point() local 290 y_bit = form & 1; in ossl_ec_GFp_simple_oct2point() 298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GFp_simple_oct2point() 342 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx)) in ossl_ec_GFp_simple_oct2point() 352 if (y_bit ! in ossl_ec_GFp_simple_oct2point() 22 ossl_ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) ossl_ec_GFp_simple_set_compressed_coordinates() argument [all...] |
H A D | ec_local.h | 89 const BIGNUM *x, int y_bit, 393 const BIGNUM *x, int y_bit, 484 const BIGNUM *x, int y_bit,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 668 * \param y_bit integer with the y-Bit (either 0 or 1) 673 const BIGNUM *x, int y_bit, 682 * \param y_bit integer with the y-Bit (either 0 or 1) 688 const BIGNUM *x, int y_bit, BN_CTX *ctx); 721 * \param y_bit integer with the y-Bit (either 0 or 1) 727 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 668 * \param y_bit integer with the y-Bit (either 0 or 1) 673 const BIGNUM *x, int y_bit, 682 * \param y_bit integer with the y-Bit (either 0 or 1) 688 const BIGNUM *x, int y_bit, BN_CTX *ctx); 721 * \param y_bit integer with the y-Bit (either 0 or 1) 727 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | ec_local.h | 93 const BIGNUM *x, int y_bit, 378 const BIGNUM *x, int y_bit, 467 const BIGNUM *x, int y_bit,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 553 * \param y_bit integer with the y-Bit (either 0 or 1) 558 const BIGNUM *x, int y_bit, 566 * \param y_bit integer with the y-Bit (either 0 or 1) 573 int y_bit, 611 * \param y_bit integer with the y-Bit (either 0 or 1) 618 int y_bit,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 876 * @y_bit: y-bit (0 or 1) for selecting the y value to use 881 const struct crypto_bignum *x, int y_bit);
|
H A D | crypto_openssl.c | 1897 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() 1902 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord() 1895 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) crypto_ec_point_solve_y_coord() argument
|
H A D | crypto_wolfssl.c | 1638 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() 1647 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN; in crypto_ec_point_solve_y_coord() 1636 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) crypto_ec_point_solve_y_coord() argument
|
/third_party/openssl/test/ |
H A D | ectest.c | 821 test->y_bit, in char2_curve_test() 1122 /* Flip the y_bit and verify that the invalid encoding is rejected. */ in hybrid_point_encoding_test()
|