HomeSort by relevance Sort by last modified time
    Searched full:bignum (Results 251 - 275 of 513) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/store/
store.h 147 STORE_OBJECT_TYPE_NUMBER= 0x05, /* BIGNUM * */
184 STORE_ATTR_SERIAL= 0x07, /* BIGNUM * */
224 BIGNUM *number;
302 int STORE_store_number(STORE *e, BIGNUM *data, OPENSSL_ITEM attributes[],
307 BIGNUM *STORE_get_number(STORE *e, OPENSSL_ITEM attributes[],
397 BIGNUM *STORE_ATTR_INFO_get0_number(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
405 BIGNUM *number);
413 BIGNUM *number);
str_lib.c 98 sizeof(BIGNUM *), /* SERIAL: BIGNUM * */
1048 int STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[],
1099 BIGNUM *STORE_get_number(STORE *s, OPENSSL_ITEM attributes[],
1103 BIGNUM *n;
1270 BIGNUM *number;
    [all...]
  /external/openssl/ssl/
tls_srp.c 278 int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g,
279 BIGNUM *sa, BIGNUM *v, char *info)
346 BIGNUM *K = NULL, *u = NULL;
376 BIGNUM *x = NULL, *u = NULL, *K = NULL;
436 BIGNUM *SSL_get_srp_g(SSL *s)
443 BIGNUM *SSL_get_srp_N(SSL *s)
  /external/v8/test/cctest/
SConscript 58 'test-bignum-dtoa.cc',
59 'test-bignum.cc',
cctest.gyp 53 'test-bignum.cc',
54 'test-bignum-dtoa.cc',
  /external/wpa_supplicant_8/src/tls/
pkcs8.c 13 #include "bignum.h"
23 struct bignum *zero;
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_lib.c 98 sizeof(BIGNUM *), /* SERIAL: BIGNUM * */
1048 int STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[],
1099 BIGNUM *STORE_get_number(STORE *s, OPENSSL_ITEM attributes[],
1103 BIGNUM *n;
1270 BIGNUM *number;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_sqr.c 65 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
69 BIGNUM *tmp,*rr;
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_ameth.c 289 static void update_buflen(const BIGNUM *b, size_t *pbuflen)
325 BIGNUM *priv_key, *pub_key;
412 BIGNUM *a;
  /external/openssl/crypto/bn/
bn_sqr.c 65 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
69 BIGNUM *tmp,*rr;
  /external/openssl/crypto/dh/
dh_ameth.c 289 static void update_buflen(const BIGNUM *b, size_t *pbuflen)
325 BIGNUM *priv_key, *pub_key;
412 BIGNUM *a;
  /libcore/luni/src/test/java/tests/api/java/math/
OldBigIntegerTest.java 70 // BIGNUM returns no Primes smaller than 16 bits.
245 // shows factor 20 speed up (BIGNUM to Harmony Java):
265 // shows factor 20 speed up (BIGNUM to Harmony Java):
  /external/chromium/crypto/
rsa_private_key_openssl.cc 55 ScopedOpenSSL<BIGNUM, BN_free> bn(BN_new());
  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 54 ScopedOpenSSL<BIGNUM, BN_free> bn(BN_new());
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_int.c 404 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai)
446 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn)
448 BIGNUM *ret;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_ameth.c 267 const BIGNUM *priv_key;
373 BIGNUM *order = BN_new();
433 BIGNUM *pub_key=NULL, *order=NULL;
437 const BIGNUM *priv_key;
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 14 uses the MPI bignum library to perform the operation. The time it takes to compute y is controlled by the number
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_encode_integer.c 21 /* Exports a positive bignum as DER format (upto 2^32 bytes in size) */
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_sign_hash.c 64 /* get the hash and load it as a bignum into 'e' */
  /external/dropbear/
svr-kex.c 34 #include "bignum.h"
  /external/ipsec-tools/src/racoon/
prsa_par.h 95 BIGNUM *bn;
prsa_tok.l 64 BIGNUM *bn = BN_new();
  /external/llvm/include/llvm/ADT/
APInt.h 38 // bignum.
    [all...]
  /external/openssh/
kex.c 479 BIGNUM *shared_secret)
529 kex_derive_keys(Kex *kex, u_char *hash, u_int hashlen, BIGNUM *shared_secret)
562 derive_ssh1_session_id(BIGNUM *host_modulus, BIGNUM *server_modulus,
kexecdh.c 77 const BIGNUM *shared_secret,

Completed in 1008 milliseconds

<<11121314151617181920>>