HomeSort by relevance Sort by last modified time
    Searched full:bignum (Results 126 - 150 of 277) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ipsec-tools/src/racoon/
prsa_tok.l 64 BIGNUM *bn = BN_new();
crypto_openssl.c 261 BIGNUM *bn = BN_new();
    [all...]
  /external/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;
t_pkey.c 65 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
  /external/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;
ec_key.c 237 BIGNUM *priv_key = NULL, *order = NULL;
299 const BIGNUM *order = NULL;
387 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key)
392 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key)
ectest.c 123 BIGNUM *s;
124 BIGNUM *r[10], *r0[10];
201 BIGNUM *p, *a, *b;
205 BIGNUM *x, *y, *z;
653 const BIGNUM *scalars[4];
654 BIGNUM scalar3;
812 BIGNUM *p, *a, *b;
817 BIGNUM *x, *y, *z, *cof;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 69 BIGNUM* exponent = BN_new();
92 BIGNUM* serial_number = NULL;
  /external/dropbear/
Makefile.in 20 dss.o bignum.o \
46 dss.h bignum.h signkey.h rsa.h random.h service.h auth.h \
gendss.c 28 #include "bignum.h"
genrsa.c 27 #include "bignum.h"
random.c 28 #include "bignum.h"
  /external/openssl/crypto/ecdh/
ech_ossl.c 114 BIGNUM *x=NULL, *y=NULL;
115 const BIGNUM *priv_key;
  /external/wpa_supplicant_8/src/eap_peer/
eap_pwd.c 35 BIGNUM *k;
36 BIGNUM *private_value;
37 BIGNUM *server_scalar;
38 BIGNUM *my_scalar;
265 BIGNUM *mask = NULL, *x = NULL, *y = NULL, *cofactor = NULL;
463 BIGNUM *x = NULL, *y = NULL;
  /external/llvm/include/llvm/ADT/
APInt.h 36 // bignum.
    [all...]
APFloat.h 16 floating-point software implementation. It uses bignum integer
18 The library will work with bignum integers whose parts are any
103 // APInt contains static functions implementing bignum arithmetic.
  /external/openssl/crypto/bn/
bn_mul.c 943 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
947 BIGNUM *rr;
952 BIGNUM *t=NULL;
1048 BIGNUM *tmp_bn = (BIGNUM *)b;
1056 BIGNUM *tmp_bn = (BIGNUM *)a;
exptest.c 80 BIGNUM *r_mont,*r_mont_const,*r_recp,*r_simple,*a,*b,*m;
  /external/openssl/apps/
apps.h 297 BIGNUM *load_serial(char *serialfile, int create, ASN1_INTEGER **retai);
298 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai);
300 int rand_serial(BIGNUM *b, ASN1_INTEGER *ai);
prime.c 68 BIGNUM *bn=NULL;
  /external/openssl/crypto/dsa/
dsa_ameth.c 376 BIGNUM *a;
421 static void update_buflen(const BIGNUM *b, size_t *pbuflen)
437 const BIGNUM *priv_key, *pub_key;
dsa_gen.c 120 BIGNUM *r0,*W,*X,*c,*test;
121 BIGNUM *g=NULL,*q=NULL,*p=NULL;
  /external/openssl/crypto/engine/
README 197 What else? The bignum callbacks and associated ENGINE functions have been
199 mechanism now used by RSA/DSA/..., because there's no such thing as a BIGNUM
201 application code to automatically hook and use ENGINE supplied bignum functions
  /external/v8/test/mjsunit/
array-splice.js 367 var bigNum = (1 << 30) - 3;
368 var array = new Array(bigNum);
370 assertEquals(bigNum + 7, array.length);
  /external/dropbear/libtommath/
tommath.h 195 /* ---> init and deinit bignum functions <--- */
196 /* init a bignum */
199 /* free a bignum */
211 /* shrink ram required for a bignum */

Completed in 692 milliseconds

1 2 3 4 56 7 8 91011>>