OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mp_init
(Results
51 - 64
of
64
) sorted by null
1
2
3
/external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mulmod.c
56
if ((err =
mp_init
(&mu)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/demos/
tv_gen.c
672
mp_init
(&k);
673
mp_init
(&order);
674
mp_init
(&modulus);
/external/dropbear/libtommath/
bn.tex
381
int
mp_init
(mp_int * a);
394
if ((result =
mp_init
(&number)) != MP_OKAY) \{
425
if ((result =
mp_init
(&number)) != MP_OKAY) \{
567
if ((result =
mp_init
(&number)) != MP_OKAY) \{
614
if ((result =
mp_init
(&number)) != MP_OKAY) \{
665
if ((result =
mp_init
(&number)) != MP_OKAY) \{
710
if ((result =
mp_init
(&number)) != MP_OKAY) \{
[
all
...]
tommath.h
197
int
mp_init
(mp_int *a);
changes.txt
84
-- Update
mp_init
() to actually assign 0's instead of relying on calloc()
/external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c
[
all
...]
/external/dropbear/libtomcrypt/src/math/
ltm_desc.c
55
if ((err = mpi_to_ltc_error(
mp_init
(*a))) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c
125
if ((err =
mp_init
(&l->data)) != CRYPT_OK) {
/external/dropbear/libtommath/mtest/
mpi.h
90
mp_err
mp_init
(mp_int *mp);
/external/libppp/src/
ncp.c
115
mp_Init
(&ncp->mp, bundle);
mp.c
240
mp_Init
(struct mp *mp, struct bundle *bundle)
[
all
...]
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
444
#define
mp_init
(a) ltc_mp.init(a)
macro
/external/dropbear/libtomcrypt/testprof/
der_tests.c
468
DO(
mp_init
(&mpinteger));
[
all
...]
/external/dropbear/libtomcrypt/
changes
14
-- ltc_ecc_mulmod() could leak memory if
mp_init
(&mu) failed, fixed. Would you believe that ltc_ecc_mulmod_timing() had the same
[
all
...]
Completed in 93 milliseconds
1
2
3