/external/openssl/crypto/x509v3/ |
v3_asid.c | 307 BIGNUM *bn = NULL; 385 BIGNUM *bn = NULL;
|
/external/openssl/ssl/ |
ssl_cert.c | 225 BIGNUM *b = BN_dup(cert->dh_tmp->priv_key); 235 BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
|
ssltest.c | [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 73 void operator()(BIGNUM* p) const { 77 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; 409 * Converts a Java byte[] to an OpenSSL BIGNUM, allocating the BIGNUM on the 412 static BIGNUM* arrayToBignum(JNIEnv* env, jbyteArray source) { 420 BIGNUM* bn = BN_bin2bn(reinterpret_cast<const unsigned char*>(sourceBytes.get()), 529 jniThrowRuntimeException(env, "Unable to convert BigInteger to BIGNUM"); 585 jniThrowRuntimeException(env, "Unable to convert BigInteger to BIGNUM"); [all...] |
/external/dropbear/libtomcrypt/ |
changes | 204 -- Added ltc_mp checks in all *_make_key() and *_import() which will help catch newbs who don't register their bignum first :-) 297 -- Added SHORT_INTEGER so users can easily store DER encoded INTEGER types without using the bignum math library [all...] |
crypt.tex | 146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load 151 application can support all ciphers/hashes/prngs/bignum without changing the source code. 166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which [all...] |
/libcore/luni/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 113 // BIGNUM returns no Primes smaller than 16 bits. 357 // shows factor 20 speed up (BIGNUM to Harmony Java): 377 // shows factor 20 speed up (BIGNUM to Harmony Java): [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
rails.php | 65 'Benchmark::Tms', 'Bignum', 'Binding', 'CGI', 'CGI::Cookie',
|
/external/openssl/apps/ |
x509.c | 737 BIGNUM *bnser; 1097 BIGNUM *serial = NULL; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
Android.mk | 812 OBJS += src/crypto/crypto_internal.c src/tls/bignum.c 813 OBJS_p += src/crypto/crypto_internal.c src/tls/bignum.c
|
README | 119 - bignum 121 TLSv1/X.509/ASN.1/RSA/bignum parts are about 25 kB on x86) [all...] |
/external/wpa_supplicant/ |
README | 118 - bignum 120 TLSv1/X.509/ASN.1/RSA/bignum parts are about 25 kB on x86) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README | 119 - bignum 121 TLSv1/X.509/ASN.1/RSA/bignum parts are about 25 kB on x86) [all...] |
/external/dropbear/ |
common-kex.c | 34 #include "bignum.h"
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 31 /** initialize a bignum
|
/external/openssl/crypto/asn1/ |
asn1t.h | 918 DECLARE_ASN1_ITEM(BIGNUM)
|
/external/openssl/crypto/bn/asm/ |
x86_64-gcc.c | 6 * x86_64 BIGNUM accelerator version 0.1, December 2002.
|
/external/openssl/crypto/bn/ |
bn_lcl.h | 231 * "bignum" routines (and have the compiler optimize 'em)
|
/external/openssl/crypto/objects/ |
obj_dat.c | 469 BIGNUM *bl;
|
/external/openssl/include/openssl/ |
asn1t.h | 918 DECLARE_ASN1_ITEM(BIGNUM)
|
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 557 OBJS += src/tls/bignum.c
|
Makefile | 524 OBJS += ../src/tls/bignum.o
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/ |
i686-android-linux-as | |
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/bin/ |
as | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/bin/ |
as | |