OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_rshd
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_rshd.c
21
void
mp_rshd
(mp_int * a, int b)
function
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
151
static void
mp_rshd
(mp_int * a, int b);
1053
mp_rshd
(c, b / DIGIT_BIT);
1168
static void
mp_rshd
(mp_int * a, int b)
function
1522
/* much like
mp_rshd
this is implemented using a sliding window
1762
mp_rshd
(&y, n - t);
2261
mp_rshd
(&q, um - 1);
2287
mp_rshd
(&q, um + 1);
2803
* array of mp_word to mp_digit than calling
mp_rshd
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
190
/* much like
mp_rshd
this is implemented using a sliding window
783
static int
mp_rshd
(mp_int * a, int b)
function
1008
mp_rshd
(c, b / DIGIT_BIT);
1140
mp_rshd
(&y, n - t);
1895
mp_rshd
(&a1, B);
1901
mp_rshd
(&a2, B*2);
1911
mp_rshd
(&b1, B);
1917
mp_rshd
(&b2, B*2);
2638
mp_rshd
(&q, um - 1);
2652
mp_rshd
(&q, um + 1);
[
all
...]
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026