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

  /external/boringssl/src/crypto/fipsmodule/ec/
oct.c 178 const int y_bit = form & 1; local
182 (form == POINT_CONVERSION_UNCOMPRESSED && y_bit)) {
223 if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x, y_bit, ctx)) {
271 int y_bit, BN_CTX *ctx) {
294 y_bit = (y_bit != 0);
349 if (y_bit != BN_is_odd(y)) {
358 if (y_bit != BN_is_odd(y)) {
  /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 251 // the given |x| coordinate and the y coordinate specified by |y_bit| (see
254 const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit,
  /external/wpa_supplicant_8/src/crypto/
crypto.h 788 * @y_bit: y-bit (0 or 1) for selecting the y value to use
793 const struct crypto_bignum *x, int y_bit);
crypto_openssl.c     [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 1194 static const uint32_t y_bit = 2; variable
    [all...]

Completed in 164 milliseconds