OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_equal
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/crypto/ec/
p224-64.c
714
limb z1_is_zero, z2_is_zero, x_equal,
y_equal
;
local
771
y_equal
= felem_is_zero(ftmp3);
775
if (x_equal &&
y_equal
&& !z1_is_zero && !z2_is_zero) {
[
all
...]
p256-64.c
1041
limb x_equal,
y_equal
, z1_is_zero, z2_is_zero;
local
1137
y_equal
= smallfelem_is_zero(small1);
1139
if (x_equal &&
y_equal
&& !z1_is_zero && !z2_is_zero) {
[
all
...]
/external/libchrome/crypto/
p224.cc
478
uint32_t
y_equal
= IsZero(r);
local
480
if (x_equal &&
y_equal
&& !z1_is_zero && !z2_is_zero) {
/external/libconstrainedcrypto/
p256_ec.c
930
char x_equal,
y_equal
;
local
[
all
...]
Completed in 211 milliseconds