HomeSort by: relevance | last modified time | path
    Searched refs:y_bit (Results 1 - 19 of 19) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_oct.c 25 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);
ec2_oct.c 41 const BIGNUM *x_, int y_bit,
56 y_bit = (y_bit != 0) ? 1 : 0;
101 if (z0 != y_bit) {
259 int y_bit, m; local
280 * y_bit and clear it from buf[0] so as to obtain a POINT_CONVERSION_*.
283 y_bit = buf[0] & 1;
292 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
339 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
355 if (y_bit != 0)
    [all...]
ecp_oct.c 24 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)) {
278 int y_bit; local
289 y_bit = form & 1;
297 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
339 if (!EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx))
349 if (y_bit != BN_is_odd(y))
    [all...]
ec_local.h 89 const BIGNUM *x, int y_bit,
401 const BIGNUM *x, int y_bit,
492 const BIGNUM *x, int y_bit,
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_oct.c 25 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);
ec2_oct.c 41 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 != 0)
    [all...]
ecp_oct.c 24 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 != BN_is_odd(y))
    [all...]
ec_local.h 89 const BIGNUM *x, int y_bit,
393 const BIGNUM *x, int y_bit,
484 const BIGNUM *x, int y_bit,
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_oct.c 19 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);
ec2_oct.c 35 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 != 0)
    [all...]
ecp_oct.c 18 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 != BN_is_odd(y))
    [all...]
ec_local.h 93 const BIGNUM *x, int y_bit,
378 const BIGNUM *x, int y_bit,
467 const BIGNUM *x, int y_bit,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ec.h 683 * \param y_bit integer with the y-Bit (either 0 or 1)
688 const BIGNUM *x, int y_bit,
697 * \param y_bit integer with the y-Bit (either 0 or 1)
702 const BIGNUM *x, int y_bit, BN_CTX *ctx);
733 * \param y_bit integer with the y-Bit (either 0 or 1)
738 const BIGNUM *x, int y_bit, BN_CTX *ctx);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ec.h 668 * \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);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ec.h 553 * \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,
  /src/crypto/external/bsd/openssl.old/dist/test/
ectest.c 847 test->y_bit,
1163 /* Flip the y_bit and verify that the invalid encoding is rejected. */
  /src/external/bsd/wpa/dist/src/crypto/
crypto_openssl.c 173 int y_bit, BN_CTX *ctx)
175 return EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit,
  /src/crypto/external/apache2/openssl/dist/test/
ectest.c 809 test->y_bit,
1098 /* Flip the y_bit and verify that the invalid encoding is rejected. */
  /src/crypto/external/bsd/openssl/dist/test/
ectest.c 821 test->y_bit,
1122 /* Flip the y_bit and verify that the invalid encoding is rejected. */

Completed in 57 milliseconds