Searched refs:y_bit (Results 1 – 2 of 2) sorted by relevance
/openbsd/lib/libcrypto/ec/ |
H A D | ec_lib.c | 998 const BIGNUM *in_x, int y_bit, BN_CTX *ctx_in) in EC_POINT_set_compressed_coordinates() argument 1009 y_bit = (y_bit != 0); in EC_POINT_set_compressed_coordinates() 1068 if (y_bit == BN_is_odd(y)) in EC_POINT_set_compressed_coordinates() 1078 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates() 1102 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GFp() argument 1104 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp()
|
H A D | ec.h | 184 const BIGNUM *x, int y_bit, BN_CTX *ctx); 195 const BIGNUM *x, int y_bit, BN_CTX *ctx);
|