OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bn_mul_mont_f
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_sparc.c
28
typedef int (*
bn_mul_mont_f
)(BN_ULONG *rp, const BN_ULONG *ap,
typedef
44
static const
bn_mul_mont_f
funcs[4] = {
48
bn_mul_mont_f
worker = funcs[num / 16 - 1];
bn_exp.c
796
typedef int (*
bn_mul_mont_f
)(BN_ULONG *rp, const BN_ULONG *ap,
typedef
810
static const
bn_mul_mont_f
mul_funcs[4] = {
814
bn_mul_mont_f
mul_worker = mul_funcs[top / 16 - 1];
/src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_sparc.c
30
typedef int (*
bn_mul_mont_f
) (BN_ULONG *rp, const BN_ULONG *ap,
typedef
46
static const
bn_mul_mont_f
funcs[4] = {
50
bn_mul_mont_f
worker = funcs[num / 16 - 1];
bn_exp.c
808
typedef int (*
bn_mul_mont_f
) (BN_ULONG *rp, const BN_ULONG *ap,
typedef
822
static const
bn_mul_mont_f
mul_funcs[4] = {
826
bn_mul_mont_f
mul_worker = mul_funcs[top / 16 - 1];
/src/crypto/external/bsd/openssl.old/dist/crypto/
sparcv9cap.c
42
typedef int (*
bn_mul_mont_f
) (BN_ULONG *rp, const BN_ULONG *ap,
typedef
58
static const
bn_mul_mont_f
funcs[4] = {
62
bn_mul_mont_f
worker = funcs[num / 16 - 1];
/src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp.c
807
typedef int (*
bn_mul_mont_f
) (BN_ULONG *rp, const BN_ULONG *ap,
typedef
821
static const
bn_mul_mont_f
mul_funcs[4] = {
825
bn_mul_mont_f
mul_worker = mul_funcs[top / 16 - 1];
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026