Searched refs:y_bit (Results 1 - 6 of 6) sorted by relevance
/external/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 425 const BIGNUM *x_, int y_bit, BN_CTX *ctx) 441 y_bit = (y_bit != 0) ? 1 : 0; 476 if (z0 != y_bit) 634 int y_bit; local 646 y_bit = form & 1; 655 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) 703 if (!EC_POINT_set_compressed_coordinates_GF2m(group, point, x, y_bit, ctx)) goto err; 716 if (y_bit != BN_is_odd(yxi)) 424 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
|
H A D | ec_lcl.h | 132 const BIGNUM *x, int y_bit, BN_CTX *); 315 const BIGNUM *x, int y_bit, BN_CTX *); 371 const BIGNUM *x, int y_bit, BN_CTX *);
|
H A D | ecp_smpl.c | 638 const BIGNUM *x_, int y_bit, BN_CTX *ctx) 654 y_bit = (y_bit != 0); 730 if (y_bit != BN_is_odd(y)) 748 if (y_bit != BN_is_odd(y)) 896 int y_bit; local 908 y_bit = form & 1; 917 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) 964 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) goto err; 976 if (y_bit ! 637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument [all...] |
H A D | ec.h | 478 * \param y_bit integer with the y-Bit (either 0 or 1) 483 const BIGNUM *x, int y_bit, BN_CTX *ctx); 511 * \param y_bit integer with the y-Bit (either 0 or 1) 516 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|
H A D | ec_lib.c | 912 const BIGNUM *x, int y_bit, BN_CTX *ctx) 924 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx); 929 const BIGNUM *x, int y_bit, BN_CTX *ctx) 941 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx); 911 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument 928 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
|
/external/openssl/include/openssl/ |
H A D | ec.h | 478 * \param y_bit integer with the y-Bit (either 0 or 1) 483 const BIGNUM *x, int y_bit, BN_CTX *ctx); 511 * \param y_bit integer with the y-Bit (either 0 or 1) 516 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|
Completed in 2038 milliseconds