Searched refs:e_value (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_depr.c71 RSA *RSA_generate_key(int bits, unsigned long e_value, argument
85 if (e_value & (1UL<<i))
H A Drsa_gen.c71 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
78 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
81 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
82 return rsa_builtin_keygen(rsa, bits, e_value, cb);
85 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
113 BN_copy(rsa->e, e_value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c67 RSA *RSA_generate_key(int bits, unsigned long e_value, argument
100 if (e_value & (1UL<<i))
104 if (!BN_set_word(rsa->e,e_value)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rsa/
H A Dfips_rsa_gen.c107 RSA *RSA_generate_key(FIPS_RSA_SIZE_T bits, unsigned long e_value, argument
146 if (e_value & (1UL<<i))
150 if (!BN_set_word(rsa->e,e_value)) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Drs6000.h140 char e_value[4]; member in struct:external_syment
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Drs6000.h140 char e_value[4]; member in struct:external_syment
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoff.h241 char e_value[4]; /* Value (address) of the segment */ member in struct:COFF_syment
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deval.c131 e_value, e_const, e_func0, e_func1, e_func2, enumerator in enum:ff_expr_s::__anon517
149 case e_value: return e->value;
202 d->type = e_value;
367 case e_value:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drsa.c377 generate_x931 (RSA_secret_key *sk, unsigned int nbits, unsigned long e_value,
392 if (e_value == 1) /* Alias for a secure value. */
393 e_value = 65537;
403 if (e_value < 3)
407 if (!(e_value & 1))
492 e = mpi_alloc_set_ui (e_value);
376 generate_x931(RSA_secret_key *sk, unsigned int nbits, unsigned long e_value, gcry_sexp_t deriveparms, int *swapped) argument

Completed in 86 milliseconds