OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:field_sqr
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/ec/
simple.c
82
*
field_sqr
methods will be used for multiplication, and field_encode and
521
/*
field_sqr
works on standard representation */
522
if (!group->meth->
field_sqr
(group, Z_2, Z_1, ctx)) {
565
int (*
field_sqr
)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *);
582
field_sqr
= group->meth->
field_sqr
;
617
if (!
field_sqr
(group, n0, &b->Z, ctx) ||
638
if (!
field_sqr
(group, n0, &a->Z, ctx) ||
708
if (!
field_sqr
(group, n0, n6, ctx) ||
709
!
field_sqr
(group, n4, n5, ctx) |
[
all
...]
internal.h
117
/* 'field_mul' and '
field_sqr
' can be used by 'add' and 'dbl' so that the
122
int (*
field_sqr
)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *);
member in struct:ec_method_st
oct.c
309
if (!group->meth->
field_sqr
(group, tmp2, x_, ctx) ||
Completed in 783 milliseconds