OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_abs
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_abs.c
25
mp_abs
(mp_int * a, mp_int * b)
function
bn_mp_gcd.c
28
return
mp_abs
(b, c);
31
return
mp_abs
(a, c);
bn_mp_exptmod.c
55
if ((err =
mp_abs
(X, &tmpX)) != MP_OKAY) {
bn_mp_div.c
54
if (((res =
mp_abs
(a, &ta)) != MP_OKAY) ||
55
((res =
mp_abs
(b, &tb)) != MP_OKAY) ||
tommath.h
308
int
mp_abs
(mp_int *a, mp_int *b);
407
* compute the reduction as -1 * mp_reduce(
mp_abs
(a)) [pseudo code].
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
169
static int
mp_abs
(mp_int * a, mp_int * b);
615
if ((err =
mp_abs
(X, &tmpX)) != MP_OKAY) {
1297
static int
mp_abs
(mp_int * a, mp_int * b)
function
1632
if (((res =
mp_abs
(a, &ta)) != MP_OKAY) ||
1633
((res =
mp_abs
(b, &tb)) != MP_OKAY) ||
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
1668
mp_abs
(const mp_int * a, mp_int * b)
function
4389
if ((err =
mp_abs
(X, &tmpX)) != MP_OKAY) {
Completed in 79 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026