OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:felem_square
(Results
1 - 3
of
3
) sorted by null
/system/core/libmincrypt/
p256_ec.c
476
/*
felem_square
sets out=in*in.
480
static void
felem_square
(felem out, const felem in) {
function
560
*
felem_square
. */
615
felem_square
(ftmp, in); /* 2^1 */
618
felem_square
(ftmp, ftmp); /* 2^3 - 2^1 */
619
felem_square
(ftmp, ftmp); /* 2^4 - 2^2 */
622
felem_square
(ftmp, ftmp); /* 2^5 - 2^1 */
623
felem_square
(ftmp, ftmp); /* 2^6 - 2^2 */
624
felem_square
(ftmp, ftmp); /* 2^7 - 2^3 */
625
felem_square
(ftmp, ftmp); /* 2^8 - 2^4 *
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lcl.h
441
void (*
felem_square
)(void *out, const void *in),
/external/openssl/crypto/ec/
ec_lcl.h
442
void (*
felem_square
)(void *out, const void *in),
Completed in 123 milliseconds