Home
last modified time | relevance | path

Searched refs:BN_exp (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/host/lib/
Dutil_misc.c84 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/
DdumpRSAPublicKey.c78 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/
Dbn.h844 OPENSSL_EXPORT int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c139 int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) { in BN_exp() function
Dbn_test.cc721 ASSERT_TRUE(BN_exp(ret.get(), a.get(), e.get(), ctx)); in TestExp()