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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_oct.c19 const BIGNUM *x, int y_bit, BN_CTX *ctx)
35 y_bit, ctx);
45 y_bit, ctx);
49 y_bit, ctx);
55 int y_bit, BN_CTX *ctx)
57 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
63 int y_bit, BN_CTX *ctx)
65 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
18 EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
53 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
61 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
H A Dec2_oct.c35 const BIGNUM *x_, int y_bit,
51 y_bit = (y_bit != 0) ? 1 : 0;
91 if (z0 != y_bit) {
240 int y_bit, m; local
259 * y_bit and clear it from buf[0] so as to obtain a POINT_CONVERSION_*.
262 y_bit = buf[0] & 1;
271 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
318 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
334 if (y_bit !
33 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
[all...]
H A Decp_oct.c18 const BIGNUM *x_, int y_bit,
34 y_bit = (y_bit != 0);
115 if (y_bit != BN_is_odd(y)) {
137 if (y_bit != BN_is_odd(y)) {
273 int y_bit; local
284 y_bit = form & 1;
292 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 !
16 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_local.h93 const BIGNUM *x, int y_bit,
378 const BIGNUM *x, int y_bit,
467 const BIGNUM *x, int y_bit,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_oct.c25 const BIGNUM *x, int y_bit, BN_CTX *ctx)
39 y_bit, ctx);
48 x, y_bit, ctx);
52 y_bit, ctx);
58 int y_bit, BN_CTX *ctx)
60 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
66 int y_bit, BN_CTX *ctx)
68 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
24 EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
H A Dec2_oct.c41 const BIGNUM *x_, int y_bit,
56 y_bit = (y_bit != 0) ? 1 : 0;
101 if (z0 != y_bit) {
261 int y_bit, m; local
282 * y_bit and clear it from buf[0] so as to obtain a POINT_CONVERSION_*.
285 y_bit = buf[0] & 1;
294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
343 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
359 if (y_bit !
39 ossl_ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
[all...]
H A Decp_oct.c24 const BIGNUM *x_, int y_bit,
37 y_bit = (y_bit != 0);
123 if (y_bit != BN_is_odd(y)) {
143 if (y_bit != BN_is_odd(y)) {
279 int y_bit; local
290 y_bit = form & 1;
298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
342 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
352 if (y_bit !
22 ossl_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_local.h89 const BIGNUM *x, int y_bit,
393 const BIGNUM *x, int y_bit,
484 const BIGNUM *x, int y_bit,
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto.h831 * @y_bit: y-bit (0 or 1) for selecting the y value to use
836 const struct crypto_bignum *x, int y_bit);
H A Dcrypto_wolfssl.c1572 const struct crypto_bignum *x, int y_bit)
1581 buf[0] = y_bit ? ECC_POINT_COMP_ODD : ECC_POINT_COMP_EVEN;
1570 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
H A Dcrypto_openssl.c1803 const struct crypto_bignum *x, int y_bit)
1808 (const BIGNUM *) x, y_bit,
1801 crypto_ec_point_solve_y_coord(struct crypto_ec *e, struct crypto_ec_point *p, const struct crypto_bignum *x, int y_bit) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dec.h553 * \param y_bit integer with the y-Bit (either 0 or 1)
558 const BIGNUM *x, int y_bit,
566 * \param y_bit integer with the y-Bit (either 0 or 1)
573 int y_bit,
611 * \param y_bit integer with the y-Bit (either 0 or 1)
618 int y_bit,
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dec.h668 * \param y_bit integer with the y-Bit (either 0 or 1)
673 const BIGNUM *x, int y_bit,
682 * \param y_bit integer with the y-Bit (either 0 or 1)
688 const BIGNUM *x, int y_bit, BN_CTX *ctx);
721 * \param y_bit integer with the y-Bit (either 0 or 1)
727 const BIGNUM *x, int y_bit, BN_CTX *ctx);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dectest.c847 test->y_bit,
1163 /* Flip the y_bit and verify that the invalid encoding is rejected. */
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dectest.c821 test->y_bit,
1122 /* Flip the y_bit and verify that the invalid encoding is rejected. */

Completed in 224 milliseconds