OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_bit
(Results
1 - 6
of
6
) sorted by null
/external/openssl/crypto/ec/
ec2_smpl.c
425
const BIGNUM *x_, int
y_bit
, BN_CTX *ctx)
441
y_bit
= (
y_bit
!= 0) ? 1 : 0;
476
if (z0 !=
y_bit
)
634
int
y_bit
;
local
646
y_bit
= form & 1;
655
if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) &&
y_bit
)
703
if (!EC_POINT_set_compressed_coordinates_GF2m(group, point, x,
y_bit
, ctx)) goto err;
716
if (
y_bit
!= BN_is_odd(yxi))
ecp_smpl.c
638
const BIGNUM *x_, int
y_bit
, BN_CTX *ctx)
654
y_bit
= (
y_bit
!= 0);
730
if (
y_bit
!= BN_is_odd(y))
748
if (
y_bit
!= BN_is_odd(y))
896
int
y_bit
;
local
908
y_bit
= form & 1;
917
if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) &&
y_bit
)
964
if (!EC_POINT_set_compressed_coordinates_GFp(group, point, x,
y_bit
, ctx)) goto err;
976
if (
y_bit
!= BN_is_odd(y)
[
all
...]
ec_lcl.h
132
const BIGNUM *x, int
y_bit
, BN_CTX *);
315
const BIGNUM *x, int
y_bit
, BN_CTX *);
371
const BIGNUM *x, int
y_bit
, BN_CTX *);
ec_lib.c
912
const BIGNUM *x, int
y_bit
, BN_CTX *ctx)
924
return group->meth->point_set_compressed_coordinates(group, point, x,
y_bit
, ctx);
929
const BIGNUM *x, int
y_bit
, BN_CTX *ctx)
941
return group->meth->point_set_compressed_coordinates(group, point, x,
y_bit
, ctx);
ec.h
478
* \param
y_bit
integer with the y-Bit (either 0 or 1)
483
const BIGNUM *x, int
y_bit
, BN_CTX *ctx);
511
* \param
y_bit
integer with the y-Bit (either 0 or 1)
516
const BIGNUM *x, int
y_bit
, BN_CTX *ctx);
[
all
...]
/external/openssl/include/openssl/
ec.h
478
* \param
y_bit
integer with the y-Bit (either 0 or 1)
483
const BIGNUM *x, int
y_bit
, BN_CTX *ctx);
511
* \param
y_bit
integer with the y-Bit (either 0 or 1)
516
const BIGNUM *x, int
y_bit
, BN_CTX *ctx);
[
all
...]
Completed in 86 milliseconds