OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r_fe
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_sm2p256.c
596
ALIGN32 BN_ULONG
r_fe
[P256_LIMBS] = { 0 };
local
607
ecp_sm2p256_mul(
r_fe
, a_fe, b_fe);
609
if (!bn_set_words(r,
r_fe
, P256_LIMBS))
619
ALIGN32 BN_ULONG
r_fe
[P256_LIMBS] = { 0 };
local
629
ecp_sm2p256_sqr(
r_fe
, a_fe);
631
if (!bn_set_words(r,
r_fe
, P256_LIMBS))
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026