OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecp_nistz256_from_mont
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64.h
52
//
ecp_nistz256_from_mont
sets |res| to |in|, converted from Montgomery domain
54
static inline void
ecp_nistz256_from_mont
(BN_ULONG res[P256_LIMBS],
function
p256-x86_64_test.cc
291
ecp_nistz256_from_mont
(ret, a);
295
ecp_nistz256_from_mont
(ret, ret /* a */);
p256-x86_64.c
409
// Instead of using |
ecp_nistz256_from_mont
| to convert the |x| coordinate
410
// and then calling |
ecp_nistz256_from_mont
| again to convert the |y|
413
ecp_nistz256_from_mont
(z_inv2, z_inv2);
Completed in 89 milliseconds