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

<<11121314151617181920>>

  /external/openssl/crypto/ec/
ec_asn1.c 301 BIGNUM *tmp = NULL;
439 BIGNUM *tmp_1=NULL, *tmp_2=NULL;
576 BIGNUM *tmp=NULL;
751 BIGNUM *p = NULL, *a = NULL, *b = NULL;
    [all...]
ec_err.c 216 {ERR_REASON(EC_R_BIGNUM_OUT_OF_RANGE) ,"bignum out of range"},
  /external/openssl/crypto/ecdsa/
ecs_lib.c 231 BIGNUM *order=NULL;
  /external/openssl/crypto/pkcs12/
p12_key.c 111 BIGNUM *Ij, *Bpl1; /* These hold Ij and B + 1 */
  /external/v8/test/cctest/
test-bignum-dtoa.cc 32 #include "bignum-dtoa.h"
  /external/chromium_org/net/android/
keystore_unittest.cc 63 typedef crypto::ScopedOpenSSL<BIGNUM, BN_free> ScopedBIGNUM;
514 // Create an OpenSSL BIGNUM from it.
550 // Create an OpenSSL BIGNUM from it.
  /external/chromium_org/third_party/openssl/openssl/apps/
ecparam.c 115 static int ecparam_print_var(BIO *,BIGNUM *,const char *,int,unsigned char *);
134 BIGNUM *ec_p = NULL, *ec_a = NULL, *ec_b = NULL,
701 static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
apps.c     [all...]
ca.c 202 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate,
209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
291 BIGNUM *serial=NULL;
292 BIGNUM *crlnumber=NULL;
    [all...]
s_client.c 232 BIGNUM *bn=NULL;
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
409 static int srp_Verify_N_and_g(BIGNUM *N, BIGNUM *g)
412 BIGNUM *p = BN_new();
413 BIGNUM *r = BN_new();
455 BIGNUM *N = NULL, *g = NULL;
    [all...]
genrsa.c 107 BIGNUM *bn = BN_new();
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pvkfmt.c 86 /* Read a BIGNUM in little endian format. The docs say that this should take up
90 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r)
450 static void write_lebn(unsigned char **out, const BIGNUM *bn, int len)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_utl.c 137 BIGNUM *bntmp = NULL;
149 BIGNUM *bntmp = NULL;
161 BIGNUM *bn = NULL;
  /external/dropbear/
CHANGES 135 - Rearranged bignum reading/random generation code
401 - Avoid including bignum functions which don't give much speed benefit but
539 - Various cleanups to bignum code
keyimport.c 36 #include "bignum.h"
781 fprintf(stderr, "Bignum error for p-1\n");
785 fprintf(stderr, "Bignum error for dmp1\n");
791 fprintf(stderr, "Bignum error for q-1\n");
795 fprintf(stderr, "Bignum error for dmq1\n");
801 fprintf(stderr, "Bignum error for iqmp\n");
    [all...]
  /external/openssh/
PROTOCOL.agent 36 The "mpint1" type represents an arbitrary precision integer (bignum).
40 byte[(bits + 7) / 8] bignum
42 "bignum" contains an unsigned arbitrary precision integer encoded as
key.c 605 read_bignum(char **cpp, BIGNUM * value)
642 write_bignum(FILE *f, BIGNUM *num)
1017 BIGNUM *f4 = BN_new();
    [all...]
  /external/openssl/apps/
ecparam.c 115 static int ecparam_print_var(BIO *,BIGNUM *,const char *,int,unsigned char *);
134 BIGNUM *ec_p = NULL, *ec_a = NULL, *ec_b = NULL,
701 static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
apps.c     [all...]
ca.c 202 BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate,
209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
291 BIGNUM *serial=NULL;
292 BIGNUM *crlnumber=NULL;
    [all...]
s_client.c 232 BIGNUM *bn=NULL;
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
410 static int srp_Verify_N_and_g(BIGNUM *N, BIGNUM *g)
413 BIGNUM *p = BN_new();
414 BIGNUM *r = BN_new();
456 BIGNUM *N = NULL, *g = NULL;
    [all...]
  /external/openssl/crypto/pem/
pvkfmt.c 86 /* Read a BIGNUM in little endian format. The docs say that this should take up
90 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r)
450 static void write_lebn(unsigned char **out, const BIGNUM *bn, int len)
  /external/openssl/crypto/x509v3/
v3_utl.c 137 BIGNUM *bntmp = NULL;
149 BIGNUM *bntmp = NULL;
161 BIGNUM *bn = NULL;
  /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...]

Completed in 741 milliseconds

<<11121314151617181920>>