HomeSort by relevance Sort by last modified time
    Searched refs:y_bit (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/crypto/ec/
oct.c 176 int y_bit; local
187 y_bit = form & 1;
191 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) {
228 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
285 int y_bit, BN_CTX *ctx) {
304 y_bit = (y_bit != 0);
382 if (y_bit != BN_is_odd(y)) {
391 if (y_bit != BN_is_odd(y)) {
410 int y_bit, BN_CTX *ctx)
    [all...]
internal.h 184 const BIGNUM *x, int y_bit,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp9.cc 426 uint32_t n_s, y_bit, g_bit; local
428 RETURN_FALSE_ON_ERROR(parser->ReadBits(&y_bit, 1));
432 vp9->spatial_layer_resolution_present = y_bit ? true : false;
435 if (y_bit) {
  /external/boringssl/src/include/openssl/
ec.h 255 * the given |x| coordinate and the y coordinate specified by |y_bit| (see
258 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
  /external/wpa_supplicant_8/src/crypto/
crypto.h 785 * @y_bit: y-bit (0 or 1) for selecting the y value to use
790 const struct crypto_bignum *x, int y_bit);
crypto_openssl.c     [all...]

Completed in 289 milliseconds