Searched defs:bn_exp (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-modexp.c | 94 struct bignum *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local
|
D | crypto_nettle.c | 380 mpz_t bn_base, bn_exp, bn_modulus, bn_result; in crypto_mod_exp() local
|
D | crypto_gnutls.c | 366 gcry_mpi_t bn_base = NULL, bn_exp = NULL, bn_modulus = NULL, in crypto_mod_exp() local
|
D | crypto_openssl.c | 594 BIGNUM *bn_base, *bn_exp, *bn_modulus, *bn_result; in crypto_mod_exp() local
|
/external/epid-sdk/epid/common/math/unittests/ |
D | ffelement-test.cc | 2429 BigNumObj bn_exp[1]; in TEST_F() local 2452 BigNumObj bn_exp[2]; in TEST_F() local 2474 BigNumObj bn_exp[3]; in TEST_F() local 2497 BigNumObj bn_exp[4]; in TEST_F() local 2544 BigNumObj bn_exp[5]; in TEST_F() local 2567 BigNumObj bn_exp[6]; in TEST_F() local 2590 BigNumObj bn_exp[3]; in TEST_F() local
|