OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:field_mul
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/ec/
simple.c
81
* standard modular addition and subtraction are used, the
field_mul
and
529
/* in the Montgomery case,
field_mul
will cancel out Montgomery factor in
531
if (x != NULL && !group->meth->
field_mul
(group, x, &point->X, Z_2, ctx)) {
537
/*
field_mul
works on standard representation */
538
if (!group->meth->
field_mul
(group, Z_3, Z_2, Z_1, ctx)) {
545
/* in the Montgomery case,
field_mul
will cancel out Montgomery factor in
547
if (!group->meth->
field_mul
(group, y, &point->Y, Z_3, ctx)) {
563
int (*
field_mul
)(const EC_GROUP *, BIGNUM *, const BIGNUM *, const BIGNUM *,
581
field_mul
= group->meth->
field_mul
;
[
all
...]
oct.c
310
!group->meth->
field_mul
(group, tmp1, tmp2, x_, ctx)) {
334
/*
field_mul
works on standard representation */
335
if (!group->meth->
field_mul
(group, tmp2, &group->a, x, ctx)) {
internal.h
117
/* '
field_mul
' and 'field_sqr' can be used by 'add' and 'dbl' so that the
120
int (*
field_mul
)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a,
member in struct:ec_method_st
Completed in 896 milliseconds