Home
last modified time | relevance | path

Searched refs:y_bit (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/ec/
H A Dec_oct.c25 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates() argument
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() argument
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() argument
68 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m()
H A Dec2_oct.c41 const BIGNUM *x_, int y_bit, in ossl_ec_GF2m_simple_set_compressed_coordinates() argument
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
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 != 0) { in ossl_ec_GF2m_simple_oct2point()
366 if (y_bit != BN_is_odd(yxi)) { in ossl_ec_GF2m_simple_oct2point()
H A Decp_oct.c24 const BIGNUM *x_, int y_bit, in ossl_ec_GFp_simple_set_compressed_coordinates() argument
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 != BN_is_odd(y)) { in ossl_ec_GFp_simple_oct2point()
H A Dec_local.h89 const BIGNUM *x, int y_bit,
397 const BIGNUM *x, int y_bit,
488 const BIGNUM *x, int y_bit,
/openssl/doc/man3/
H A DEC_POINT_new.pod48 const BIGNUM *x, int y_bit,
84 const BIGNUM *x, int y_bit,
94 const BIGNUM *x, int y_bit,
163 coordinate and B<y_bit> is a value 0 or 1 to identify which of the two
/openssl/include/openssl/
H A Dec.h692 const BIGNUM *x, int y_bit,
707 const BIGNUM *x, int y_bit, BN_CTX *ctx);
746 const BIGNUM *x, int y_bit, BN_CTX *ctx);
/openssl/test/
H A Dectest.c821 test->y_bit, in char2_curve_test()

Completed in 29 milliseconds