Searched refs:y_bit (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libcrypto/ec/
H A Decp_oct.c71 EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx)
79 y_bit = (y_bit != 0);
158 if (y_bit != BN_is_odd(y)) {
165 if (y_bit != BN_is_odd(y)) {
281 int y_bit; local
291 y_bit = form & 1;
299 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
336 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
346 if (y_bit !
70 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 Dec_oct.c75 const BIGNUM *x, int y_bit, BN_CTX *ctx_in)
94 x, y_bit, ctx);
106 const BIGNUM *x, int y_bit, BN_CTX *ctx)
108 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
74 EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx_in) argument
105 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
H A Dec_local.h118 const BIGNUM *x, int y_bit, BN_CTX *);
287 const BIGNUM *x, int y_bit, BN_CTX *);
H A Dec.h188 const BIGNUM *x, int y_bit, BN_CTX *ctx);
199 const BIGNUM *x, int y_bit, BN_CTX *ctx);

Completed in 117 milliseconds