/external/boringssl/src/crypto/ec/ |
example_mul.c | 80 BIGNUM *n = NULL;
|
/external/libweave/examples/provider/ |
event_http_server.cc | 117 std::unique_ptr<BIGNUM, decltype(&BN_free)> big_num(BN_new(), &BN_free);
|
/external/llvm/include/llvm/ADT/ |
APInt.h | 36 // bignum. [all...] |
/libcore/luni/src/main/java/java/math/ |
Multiplication.java | 82 // BEGIN android-note: multiply has been removed in favor of using OpenSSL BIGNUM
|
/system/keymaster/ |
rsa_key_factory.cpp | 77 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new());
|
/toolchain/binutils/binutils-2.25/gas/ |
expr.h | 134 O_constant must be extended into a bignum (i.e., it is not used
|
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/bootable/recovery/ |
verifier.cpp | 381 void operator()(BIGNUM* bn) { 406 std::unique_ptr<BIGNUM, BNDeleter> point[2];
|
/external/boringssl/src/crypto/bn/ |
internal.h | 141 BIGNUM *bn_expand(BIGNUM *bn, size_t bits);
|
bn_test.cc | 70 /* For BIGNUM format macros. */ 90 // This program tests the BIGNUM implementation. It takes an optional -bc 334 BIGNUM *raw = NULL; 768 BIGNUM *a_raw = a.get(); [all...] |
/external/boringssl/src/crypto/evp/ |
p_rsa.c | 77 BIGNUM *pub_exp; 542 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *e) {
|
/external/v8/test/cctest/ |
BUILD.gn | 99 "test-bignum-dtoa.cc", 100 "test-bignum.cc",
|
cctest.gyp | 134 'test-bignum.cc', 135 'test-bignum-dtoa.cc',
|
/prebuilts/go/darwin-x86/test/bench/shootout/ |
timing.log | 101 # bignum is slower than gmp 105 gc_B pidigits 68.48u 0.20s 69.31r # special case: no bounds checking in bignum 127 # bignum is slower than gmp 220 # bignum is slower than gmp 236 # In-place versions for some bignum operations. 318 # bignum is slower than gmp 380 # bignum is slower than gmp 422 # Bignum stuff improved [all...] |
/prebuilts/go/linux-x86/test/bench/shootout/ |
timing.log | 101 # bignum is slower than gmp 105 gc_B pidigits 68.48u 0.20s 69.31r # special case: no bounds checking in bignum 127 # bignum is slower than gmp 220 # bignum is slower than gmp 236 # In-place versions for some bignum operations. 318 # bignum is slower than gmp 380 # bignum is slower than gmp 422 # Bignum stuff improved [all...] |
/system/keymaster/include/keymaster/ |
authorization_set.h | 330 * If the specified bignum-typed \p tag exists, places its value in \p val and returns 404 * Append the tag and bignum array to the set. Copies the array into internal storage; does not
|
/external/boringssl/src/include/openssl/ |
base.h | 194 typedef struct bignum_st BIGNUM;
|
/external/libchrome/crypto/ |
p224_spake.cc | 41 // BIGNUM x, y;
|
/external/libweave/third_party/chromium/crypto/ |
p224_spake.cc | 41 // BIGNUM x, y;
|
/system/extras/verity/ |
build_verity_tree.cpp | 161 BIGNUM *bn = NULL;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_builtin.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_builtin.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_builtin.py | [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_utl.c | 145 BIGNUM *bntmp = NULL; 157 BIGNUM *bntmp = NULL; 169 BIGNUM *bn = NULL;
|