OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_bit
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/crypto/ec/
oct.c
175
int
y_bit
;
local
186
y_bit
= form & 1;
190
(form == POINT_CONVERSION_UNCOMPRESSED &&
y_bit
)) {
227
if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x,
y_bit
, ctx)) {
273
int
y_bit
, BN_CTX *ctx) {
287
y_bit
= (
y_bit
!= 0);
370
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
211
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
240
* the given |x| coordinate and the y coordinate specified by |
y_bit
| (see
243
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
1478
const struct crypto_bignum *x, int
y_bit
)
1483
(const BIGNUM *) x,
y_bit
,
Completed in 563 milliseconds