Searched refs:bn_reverse (Results 1 – 16 of 16) sorted by relevance
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| H A D | bn_reverse.c | 22 bn_reverse (unsigned char *s, int len) in bn_reverse() function
|
| H A D | bn_mp_to_unsigned_bin.c | 42 bn_reverse (b, x); in mp_to_unsigned_bin()
|
| H A D | bn_mp_toradix.c | 64 bn_reverse ((unsigned char *)_s, digs); in mp_toradix()
|
| H A D | bn_mp_toradix_n.c | 77 bn_reverse ((unsigned char *)_s, digs); in mp_toradix_n()
|
| H A D | makefile.bcc | 21 …ptmod_fast.obj bn_mp_exptmod.obj bn_mp_2expt.obj bn_mp_n_root.obj bn_mp_jacobi.obj bn_reverse.obj \
|
| H A D | makefile.msvc | 20 …ptmod_fast.obj bn_mp_exptmod.obj bn_mp_2expt.obj bn_mp_n_root.obj bn_mp_jacobi.obj bn_reverse.obj \
|
| H A D | makefile.cygwin_dll | 26 bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o \
|
| H A D | makefile.shared | 66 bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o \
|
| H A D | makefile.icc | 53 bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o \
|
| H A D | NTMakefile | 107 $(OBJ)\bn_reverse.obj \
|
| H A D | makefile | 71 bn_mp_exptmod_fast.o bn_mp_exptmod.o bn_mp_2expt.o bn_mp_n_root.o bn_mp_jacobi.o bn_reverse.o \
|
| H A D | tommath.h | 581 void bn_reverse(unsigned char *s, int len);
|
| H A D | libtommath.dsp | 529 SOURCE=.\bn_reverse.c
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | Makefile.am | 223 libtommath/bn_reverse.c \
|
| /minix3/crypto/external/bsd/netpgp/dist/src/libbn/ |
| H A D | bignum.c | 4421 bn_reverse(unsigned char *s, int len) in bn_reverse() function 5076 bn_reverse ((unsigned char *)_s, digs); in mp_toradix_n() 5224 bn_reverse(b, x); in BN_bn2bin()
|
| /minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | bignum.c | 4366 bn_reverse(unsigned char *s, int len) in bn_reverse() function 5015 bn_reverse((unsigned char *)_s, digs); in mp_toradix_n() 5163 bn_reverse(b, x); in BN_bn2bin()
|