Searched refs:y_bit (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_oct.c | 72 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GFp() argument 89 group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp() 98 group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp() 101 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp() 106 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GF2m() argument 123 group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m() 126 group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m() 128 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m()
|
D | ecp_oct.c | 71 const BIGNUM *x_, int y_bit, BN_CTX *ctx) in ec_GFp_simple_set_compressed_coordinates() argument 87 y_bit = (y_bit != 0); in ec_GFp_simple_set_compressed_coordinates() 163 if (y_bit != BN_is_odd(y)) in ec_GFp_simple_set_compressed_coordinates() 181 if (y_bit != BN_is_odd(y)) in ec_GFp_simple_set_compressed_coordinates() 329 int y_bit; in ec_GFp_simple_oct2point() local 341 y_bit = form & 1; in ec_GFp_simple_oct2point() 350 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) in ec_GFp_simple_oct2point() 397 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) goto err; in ec_GFp_simple_oct2point() 409 if (y_bit != BN_is_odd(y)) in ec_GFp_simple_oct2point()
|
D | ec2_oct.c | 92 const BIGNUM *x_, int y_bit, BN_CTX *ctx) in ec_GF2m_simple_set_compressed_coordinates() argument 108 y_bit = (y_bit != 0) ? 1 : 0; in ec_GF2m_simple_set_compressed_coordinates() 143 if (z0 != y_bit) in ec_GF2m_simple_set_compressed_coordinates() 301 int y_bit; in ec_GF2m_simple_oct2point() local 313 y_bit = form & 1; in ec_GF2m_simple_oct2point() 322 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) in ec_GF2m_simple_oct2point() 370 if (!EC_POINT_set_compressed_coordinates_GF2m(group, point, x, y_bit, ctx)) goto err; in ec_GF2m_simple_oct2point() 383 if (y_bit != BN_is_odd(yxi)) in ec_GF2m_simple_oct2point()
|
D | ec_lcl.h | 137 const BIGNUM *x, int y_bit, BN_CTX *); 321 const BIGNUM *x, int y_bit, BN_CTX *); 377 const BIGNUM *x, int y_bit, BN_CTX *);
|
D | ec.h | 503 const BIGNUM *x, int y_bit, BN_CTX *ctx); 536 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|
/external/openssl/include/openssl/ |
D | ec.h | 503 const BIGNUM *x, int y_bit, BN_CTX *ctx); 536 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|