OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Z_is_one
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/ec/
simple.c
307
point->
Z_is_one
= 0;
322
point->
Z_is_one
= 0;
331
dest->
Z_is_one
= src->
Z_is_one
;
338
point->
Z_is_one
= 0;
377
int
Z_is_one
;
382
Z_is_one
= BN_is_one(&point->Z);
384
if (
Z_is_one
&& (group->meth->field_set_to_one != 0)) {
392
point->
Z_is_one
=
Z_is_one
;
[
all
...]
internal.h
166
int
Z_is_one
; /* enable optimized point arithmetics for special case */
p256-x86_64.c
514
r->
Z_is_one
= BN_is_one(&r->Z);
Completed in 53 milliseconds