Searched refs:BN_exp (Results 1 – 5 of 5) sorted by relevance
/external/vboot_reference/host/lib/ |
D | util_misc.c | 84 BN_exp(B, Big2, Big32, bn_ctx); /* B = 2^32 */ in vb_keyb_from_rsa() 95 BN_exp(R, Big2, NnumBits, bn_ctx); in vb_keyb_from_rsa()
|
/external/vboot_reference/utility/ |
D | dumpRSAPublicKey.c | 78 BN_exp(B, Big2, Big32, bn_ctx); /* B = 2^32 */ in output() 89 BN_exp(R, Big2, NnumBits, bn_ctx); in output()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 844 OPENSSL_EXPORT int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 139 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_exp() function
|
D | bn_test.cc | 721 ASSERT_TRUE(BN_exp(ret.get(), a.get(), e.get(), ctx)); in TestExp()
|