/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
D | MessagePropTest.java | 31 MessageProp mp= new MessageProp(true); in testGetQOP() local 37 MessageProp mp= new MessageProp(10, true); in testGetQOP_0() local 43 MessageProp mp= new MessageProp(true); in testGetQOP_1() local 50 MessageProp mp= new MessageProp(10, true); in testGetQOP_2() local 57 MessageProp mp= new MessageProp(true); in testGetPrivacy() local 63 MessageProp mp= new MessageProp(false); in testGetPrivacy_0() local 70 MessageProp mp= new MessageProp(10, true); in testGetPrivacy_1() local 76 MessageProp mp= new MessageProp(10, true); in testGetPrivacy_2() local 83 MessageProp mp= new MessageProp(true); in testIsDuplicateToken() local 89 MessageProp mp= new MessageProp(true); in testIsDuplicateToken_0() local [all …]
|
/external/dropbear/ |
D | bignum.c | 31 void m_mp_init(mp_int *mp) { in m_mp_init() 40 void m_mp_init_multi(mp_int *mp, ...) in m_mp_init_multi() 55 void bytes_to_mp(mp_int *mp, const unsigned char* bytes, unsigned int len) { in bytes_to_mp() 63 void sha1_process_mp(hash_state *hs, mp_int *mp) { in sha1_process_mp()
|
D | buffer.c | 268 void buf_putmpint(buffer* buf, mp_int * mp) { in buf_putmpint() 313 int buf_getmpint(buffer* buf, mp_int* mp) { in buf_getmpint()
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
D | ConfigurationTest.java | 237 MockProvider mp = new MockProvider(); in test_getInstance_String_Parameters_Provider() local 276 MockProvider mp = new MockProvider(); in test_getInstance_String_Parameters_String() local 331 MockProvider mp = new MockProvider(); in test_getInstance_String_Parameters() local 364 MockProvider mp = new MockProvider(); in test_getProvider() local 375 MockProvider mp = new MockProvider(); in test_getParameter() local 386 MockProvider mp = new MockProvider(); in test_getType() local
|
/external/dropbear/libtommath/mtest/ |
D | mpi.h | 202 #define mp_read_raw(mp, str, len) mp_read_signed_bin((mp), (str), (len)) argument 203 #define mp_raw_size(mp) mp_signed_bin_size(mp) argument 204 #define mp_toraw(mp, str) mp_to_signed_bin((mp), (str)) argument 205 #define mp_read_mag(mp, str, len) mp_read_unsigned_bin((mp), (str), (len)) argument 206 #define mp_mag_size(mp) mp_unsigned_bin_size(mp) argument 207 #define mp_tomag(mp, str) mp_to_unsigned_bin((mp), (str)) argument
|
D | mpi.c | 236 mp_err mp_init(mp_int *mp) in mp_init() 246 mp_err mp_init_array(mp_int mp[], int count) in mp_init_array() 280 mp_err mp_init_size(mp_int *mp, mp_size prec) in mp_init_size() 307 mp_err mp_init_copy(mp_int *mp, mp_int *from) in mp_init_copy() 422 void mp_clear(mp_int *mp) in mp_clear() 444 void mp_clear_array(mp_int mp[], int count) in mp_clear_array() 463 void mp_zero(mp_int *mp) in mp_zero() 478 void mp_set(mp_int *mp, mp_digit d) in mp_set() 492 mp_err mp_set_int(mp_int *mp, long z) in mp_set_int() 2234 void mp_print(mp_int *mp, FILE *ofp) in mp_print() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
D | CertStore_ImplTest.java | 108 mPar mp = new mPar("CertStore"); in testGetInstance01() local 161 mPar mp = new mPar("CertStore"); in testGetInstance02() local 242 mPar mp = new mPar("CertStore"); in testGetInstance03() local
|
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 504 MC_Mempool* mp; in MC_() local 540 MC_Mempool* mp; in MC_() local 581 check_mempool_sane(MC_Mempool* mp) in check_mempool_sane() 658 MC_Mempool* mp; in MC_() local 679 MC_Mempool* mp; in MC_() local 714 MC_Mempool* mp; in MC_() local 828 MC_Mempool* mp; in MC_() local 850 MC_Mempool* mp; in MC_() local 883 MC_Mempool* mp; in MC_() local
|
/external/dropbear/libtommath/ |
D | tommath.h | 540 #define mp_read_raw(mp, str, len) mp_read_signed_bin((mp), (str), (len)) argument 541 #define mp_raw_size(mp) mp_signed_bin_size(mp) argument 542 #define mp_toraw(mp, str) mp_to_signed_bin((mp), (str)) argument 543 #define mp_read_mag(mp, str, len) mp_read_unsigned_bin((mp), (str), (len)) argument 544 #define mp_mag_size(mp) mp_unsigned_bin_size(mp) argument 545 #define mp_tomag(mp, str) mp_to_unsigned_bin((mp), (str)) argument
|
D | bn_mp_clear_multi.c | 19 void mp_clear_multi(mp_int *mp, ...) in mp_clear_multi()
|
D | bn_mp_init_multi.c | 19 int mp_init_multi(mp_int *mp, ...) in mp_init_multi()
|
D | bn_mp_exptmod_fast.c | 35 mp_digit buf, mp; in mp_exptmod_fast() local
|
/external/dropbear/libtomcrypt/src/math/fp/ |
D | ltc_ecc_fp_mulmod.c | 672 static int build_lut(int idx, void *modulus, void *mp, void *mu) in build_lut() 779 static int accel_fp_mul(int idx, void *k, ecc_point *R, void *modulus, void *mp, int map) in accel_fp_mul() 904 ecc_point *R, void *modulus, void *mp) in accel_fp_mul2add() 1115 void *mp, *mu; in ltc_ecc_fp_mul2add() local 1225 void *mp, *mu; in ltc_ecc_fp_mulmod() local
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
D | crypt_fsa.c | 20 int crypt_fsa(void *mp, ...) in crypt_fsa()
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ltc_ecc_map.c | 33 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp) in ltc_ecc_map()
|
D | ltc_ecc_projective_dbl_point.c | 34 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_dbl_point()
|
D | ltc_ecc_projective_add_point.c | 35 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp) in ltc_ecc_projective_add_point()
|
D | ecc_verify_hash.c | 52 void *mp; in ecc_verify_hash() local
|
D | ltc_ecc_mulmod_timing.c | 41 void *mu, *mp; in ltc_ecc_mulmod() local
|
D | ltc_ecc_mulmod.c | 43 void *mu, *mp; in ltc_ecc_mulmod() local
|
D | ltc_ecc_mul2add.c | 46 void *mp, *mu; in ltc_ecc_mul2add() local
|
/external/dropbear/libtommath/etc/ |
D | mont.c | 7 mp_digit mp; in main() local
|
/external/libgsm/src/ |
D | preprocess.c | 42 word mp = S->mp; variable
|
/external/dropbear/libtomcrypt/testprof/ |
D | ecc_test.c | 35 void *modulus, *mp, *kA, *kB, *rA, *rB; in ecc_test_shamir() local
|
/external/oprofile/module/x86/ |
D | op_fixmap.c | 149 static int __init mpf_checksum(unsigned char * mp, int len) in mpf_checksum()
|