/external/boringssl/src/crypto/asn1/ |
a_object.c | 93 BIGNUM *bl = NULL;
|
tasn_prn.c | 482 BIGNUM *bn = NULL;
|
/external/boringssl/src/crypto/ec/ |
util-64.c | 28 * with (BIGNUM-based) EC_POINT data structures. point_array is the
|
/external/ipsec-tools/src/racoon/ |
prsa_par.y | 131 BIGNUM *bn;
|
/external/v8/test/cctest/ |
test-bignum-dtoa.cc | 32 #include "src/bignum-dtoa.h"
|
/prebuilts/go/darwin-x86/test/ |
fibo.go | 17 // evaluate the performance of bignum arithmetic written
|
/prebuilts/go/linux-x86/test/ |
fibo.go | 17 // evaluate the performance of bignum arithmetic written
|
/system/keymaster/ |
keymaster0_engine.cpp | 312 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn(
|
/toolchain/binutils/binutils-2.25/gas/po/ |
POTFILES.in | 6 bignum.h
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 42 /// APFloat uses bignum integer arithmetic as provided by static functions in 43 /// the APInt class. The library will work with bignum integers whose parts are
|
/system/security/softkeymaster/ |
keymaster_openssl.cpp | 41 void operator()(BIGNUM* p) const { BN_free(p); } 43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
|
/external/conscrypt/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | 171 void operator()(BIGNUM* p) const { 175 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; 952 * Converts a Java byte[] two's complement to an OpenSSL BIGNUM. This will 953 * allocate the BIGNUM if *dest == NULL. Returns true on success. If the 956 static bool arrayToBignum(JNIEnv* env, jbyteArray source, BIGNUM** dest) { 999 BIGNUM *ret = BN_bin2bn(tmp, tmpSize, *dest); 1001 jniThrowRuntimeException(env, "Conversion to BIGNUM failed"); 1051 * Converts an OpenSSL BIGNUM to a Java byte[] array in two's complement. 1053 static jbyteArray bignumToArray(JNIEnv* env, const BIGNUM* source, const char* sourceName) [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-vax.c | 318 /* Copy a bignum from in to out. 323 wants to know length (in chars) of the input bignum. */ [all...] |
tc-ns32k.c | 173 3, the entry is a pointer at a bignum struct [all...] |
tc-s390.c | 844 LITTLENUM_TYPE bignum[4]; /* used if X_op == O_big && X_add_number > 0 */ member in struct:s390_lpe 969 if (memcmp (generic_bignum, lpe->bignum, 1005 memcpy (lpe->bignum, generic_bignum, [all...] |
tc-aarch64.c | 444 /* If exp.op == O_big then this bignum holds a copy of the global bignum value. */ member in struct:literal_expression 445 LITTLENUM_TYPE * bignum; [all...] |
/external/autotest/server/site_tests/native_Benchmarks/ |
v8.tar.bz2 | |
/external/boringssl/src/crypto/obj/ |
obj.c | 410 BIGNUM *bl;
|
/external/v8/ |
Android.v8common.mk | 29 src/bignum.cc \ 30 src/bignum-dtoa.cc \
|
/system/security/keystore/ |
key_store_service.cpp | 43 void operator()(BIGNUM* p) const { BN_free(p); } 45 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; [all...] |
/external/boringssl/src/crypto/bn/asm/ |
x86_64-gcc.c | 7 /* x86_64 BIGNUM accelerator version 0.1, December 2002.
|
/external/boringssl/src/crypto/err/ |
err.c | 470 "bignum routines", /* ERR_LIB_BN */
|
/external/boringssl/src/crypto/evp/ |
p_rsa_asn1.c | 173 static void update_buflen(const BIGNUM *b, size_t *pbuflen) {
|
/external/boringssl/src/include/openssl/ |
asn1t.h | 863 DECLARE_ASN1_ITEM(BIGNUM)
|
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 244 return AsmToken(AsmToken::BigNum, Ref, Value);
|