Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Dec_oct.c19 const BIGNUM *x, int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates() argument
35 y_bit, ctx); in EC_POINT_set_compressed_coordinates()
45 y_bit, ctx); in EC_POINT_set_compressed_coordinates()
49 y_bit, ctx); in EC_POINT_set_compressed_coordinates()
55 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GFp() argument
57 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GFp()
63 int y_bit, BN_CTX *ctx) in EC_POINT_set_compressed_coordinates_GF2m() argument
65 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx); in EC_POINT_set_compressed_coordinates_GF2m()
Decp_oct.c18 const BIGNUM *x_, int y_bit, in ec_GFp_simple_set_compressed_coordinates() argument
34 y_bit = (y_bit != 0); in ec_GFp_simple_set_compressed_coordinates()
115 if (y_bit != BN_is_odd(y)) { in ec_GFp_simple_set_compressed_coordinates()
137 if (y_bit != BN_is_odd(y)) { in ec_GFp_simple_set_compressed_coordinates()
273 int y_bit; in ec_GFp_simple_oct2point() local
284 y_bit = form & 1; in ec_GFp_simple_oct2point()
292 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GFp_simple_oct2point()
336 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx)) in ec_GFp_simple_oct2point()
346 if (y_bit != BN_is_odd(y)) { in ec_GFp_simple_oct2point()
Dec2_oct.c35 const BIGNUM *x_, int y_bit, in ec_GF2m_simple_set_compressed_coordinates() argument
51 y_bit = (y_bit != 0) ? 1 : 0; in ec_GF2m_simple_set_compressed_coordinates()
91 if (z0 != y_bit) { in ec_GF2m_simple_set_compressed_coordinates()
240 int y_bit, m; in ec_GF2m_simple_oct2point() local
251 y_bit = form & 1; in ec_GF2m_simple_oct2point()
259 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
305 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx)) in ec_GF2m_simple_oct2point()
317 if (y_bit != BN_is_odd(yxi)) { in ec_GF2m_simple_oct2point()
Dec_local.h93 const BIGNUM *x, int y_bit,
378 const BIGNUM *x, int y_bit,
467 const BIGNUM *x, int y_bit,
/third_party/boringssl/src/crypto/fipsmodule/ec/
Doct.c141 const int y_bit = form & 1; in ec_GFp_simple_oct2point() local
145 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) { in ec_GFp_simple_oct2point()
186 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) { in ec_GFp_simple_oct2point()
234 int y_bit, BN_CTX *ctx) { in EC_POINT_set_compressed_coordinates_GFp() argument
257 y_bit = (y_bit != 0); in EC_POINT_set_compressed_coordinates_GFp()
312 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
321 if (y_bit != BN_is_odd(y)) { in EC_POINT_set_compressed_coordinates_GFp()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9depay.c198 guint n_s, y_bit, g_bit; in gst_rtp_vp9_depay_process() local
206 y_bit = (ss[0] & 0x10) != 0; in gst_rtp_vp9_depay_process()
209 GST_TRACE_OBJECT (self, "SS header: N_S=%u, Y=%u, G=%u", n_s, y_bit, g_bit); in gst_rtp_vp9_depay_process()
211 sssize += y_bit ? (n_s + 1) * 4 : 0; in gst_rtp_vp9_depay_process()
215 if (y_bit) { in gst_rtp_vp9_depay_process()
/third_party/openssl/doc/man3/
DEC_POINT_new.pod57 const BIGNUM *x, int y_bit,
67 const BIGNUM *x, int y_bit,
77 const BIGNUM *x, int y_bit,
153 co-ordinate and B<y_bit> is a value 0 or 1 to identify which of the two
/third_party/openssl/include/openssl/
Dec.h558 const BIGNUM *x, int y_bit,
573 int y_bit,
618 int y_bit,
/third_party/boringssl/src/include/openssl/
Dec.h261 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto.h836 const struct crypto_bignum *x, int y_bit);
Dcrypto_wolfssl.c1572 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1581 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN; in crypto_ec_point_solve_y_coord()
Dcrypto_openssl.c1803 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1808 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto.h836 const struct crypto_bignum *x, int y_bit);
Dcrypto_wolfssl.c1572 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1581 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN; in crypto_ec_point_solve_y_coord()
Dcrypto_openssl.c1803 const struct crypto_bignum *x, int y_bit) in crypto_ec_point_solve_y_coord() argument
1808 (const BIGNUM *) x, y_bit, in crypto_ec_point_solve_y_coord()
/third_party/openssl/test/
Dectest.c847 test->y_bit, in char2_curve_test()