Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
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()
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()
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()
A Dec_local.h89 const BIGNUM *x, int y_bit,
393 const BIGNUM *x, int y_bit,
484 const BIGNUM *x, int y_bit,
/openssl-master/doc/man3/
A DEC_POINT_new.pod48 const BIGNUM *x, int y_bit,
82 const BIGNUM *x, int y_bit,
92 const BIGNUM *x, int y_bit,
161 co-ordinate and B<y_bit> is a value 0 or 1 to identify which of the two
/openssl-master/include/openssl/
A Dec.h671 const BIGNUM *x, int y_bit,
686 const BIGNUM *x, int y_bit, BN_CTX *ctx);
725 const BIGNUM *x, int y_bit, BN_CTX *ctx);
/openssl-master/test/
A Dectest.c821 test->y_bit, in char2_curve_test()

Completed in 20 milliseconds