Home
last modified time | relevance | path

Searched refs:tmpn (Results 1 – 6 of 6) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_montgomery_reduce.c60 register mp_digit *tmpn, *tmpx, u; in mp_montgomery_reduce() local
64 tmpn = n->dp; in mp_montgomery_reduce()
75 r = ((mp_word)mu) * ((mp_word)*tmpn++) + in mp_montgomery_reduce()
Dbn_fast_mp_montgomery_reduce.c94 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
98 tmpn = n->dp; in fast_mp_montgomery_reduce()
105 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
/external/openssl/crypto/pkcs12/
Dp12_key.c115 int tmpn = n; in PKCS12_key_gen_uni() local
167 fprintf(stderr, "Output KEY (length %d)\n", tmpn); in PKCS12_key_gen_uni()
168 h__dump(tmpout, tmpn); in PKCS12_key_gen_uni()
/external/dropbear/libtommath/pre_gen/
Dmpi.c298 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
302 tmpn = n->dp; in fast_mp_montgomery_reduce()
309 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
4790 register mp_digit *tmpn, *tmpx, u; in mp_montgomery_reduce() local
4794 tmpn = n->dp; in mp_montgomery_reduce()
4805 r = ((mp_word)mu) * ((mp_word)*tmpn++) + in mp_montgomery_reduce()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c2749 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
2753 tmpn = n->dp; in fast_mp_montgomery_reduce()
2760 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c2749 register mp_digit *tmpn; in fast_mp_montgomery_reduce() local
2753 tmpn = n->dp; in fast_mp_montgomery_reduce()
2760 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()