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

1 2 3 4 56 7 8 91011>>

  /external/tpm2/
CpriRSA.c 38 BIGNUM *bnD;
39 BIGNUM *bnN;
40 BIGNUM *bnP;
41 BIGNUM *bnE;
42 BIGNUM *bnPhi;
43 BIGNUM *bnQ;
44 BIGNUM *bnQr;
143 BIGNUM *bnD;
144 BIGNUM *bnN;
145 BIGNUM *bnP
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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):
  /toolchain/binutils/binutils-2.25/gas/
expr.c 85 as_bad (_("bignum invalid"));
181 Also build any bignum literal here. */
268 /* May be bignum, or may fit in 32 bits. */
273 into a bignum. For decimal and octal numbers we are
277 into 32 bits. We must check that the bignum really is more than
396 as_bad (_("a bignum with underscores may not have more than 8 hex digits in any word"));
398 /* Add this chunk to the bignum.
419 as_bad (_("a bignum with underscores must have exactly 4 words"));
445 /* Number of littlenums in the bignum. */
451 /* We saw a lot of digits. manufacture a bignum the hard way. *
    [all...]
  /external/boringssl/src/crypto/asn1/
a_int.c 414 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai)
454 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn)
456 BIGNUM *ret;
  /external/boringssl/src/crypto/ec/
wnaf.c 93 static int8_t *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) {
240 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar,
241 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) {
272 const BIGNUM **scalars = p != NULL ? &p_scalar : NULL;
p224-64.c 210 /* From OpenSSL BIGNUM to internal representation */
211 static int BN_to_felem(felem out, const BIGNUM *bn) {
229 /* From internal representation to OpenSSL BIGNUM */
230 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) {
    [all...]
  /external/boringssl/src/crypto/rsa/
rsa_asn1.c 72 static int parse_integer_buggy(CBS *cbs, BIGNUM **out, int buggy) {
84 static int parse_integer(CBS *cbs, BIGNUM **out) {
88 static int marshal_integer(CBB *cbb, BIGNUM *bn) {
205 BIGNUM *product_of_primes_so_far = NULL;
  /external/boringssl/src/decrepit/rsa/
rsa_decrepit.c 70 BIGNUM *e = BN_new();
  /external/boringssl/src/include/openssl/
ec_key.h 123 OPENSSL_EXPORT const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key);
127 OPENSSL_EXPORT int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv);
165 BIGNUM *x,
166 BIGNUM *y);
  /external/ipsec-tools/src/racoon/
prsa_par.h 95 BIGNUM *bn;
prsa_tok.l 64 BIGNUM *bn = BN_new();
crypto_openssl.c 243 BIGNUM *bn = BN_new();
    [all...]
  /external/openssh/
dh.c 216 dh_pub_is_valid(DH *dh, BIGNUM *dh_pub)
221 BIGNUM *tmp;
301 dh_new_group(BIGNUM *gen, BIGNUM *modulus)
kexecdh.c 60 const BIGNUM *shared_secret,
kexgexc.c 96 BIGNUM *p = NULL, *g = NULL;
150 BIGNUM *dh_server_pub = NULL, *shared_secret = NULL;
moduli.c 144 static BIGNUM *largebase;
146 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *);
155 u_int32_t osize, u_int32_t ogenerator, BIGNUM * omodulus)
244 gen_candidates(FILE *out, u_int32_t memory, u_int32_t power, BIGNUM *start)
246 BIGNUM *q;
579 BIGNUM *q, *p, *a;
monitor_wrap.c 187 BIGNUM *p, *g;
710 mm_ssh1_session_key(BIGNUM *num)
878 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)
913 BIGNUM *
917 BIGNUM *challenge;
945 mm_auth_rsa_verify_response(Key *key, BIGNUM *p, u_char response[16])
sshconnect1.c 72 BIGNUM *challenge;
173 respond_to_rsa_challenge(BIGNUM * challenge, RSA * prv)
222 BIGNUM *challenge;
343 BIGNUM *challenge;
497 BIGNUM *key;
  /system/extras/verity/
generate_verity_key.c 126 BIGNUM* exponent = BN_new();
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptDh.c 144 BIGNUM *Bn;
295 BIGNUM *Bn;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_pwd.c 39 BIGNUM *k;
40 BIGNUM *private_value;
41 BIGNUM *peer_scalar;
42 BIGNUM *my_scalar;
201 BIGNUM *mask = NULL, *x = NULL, *y = NULL;
308 BIGNUM *x = NULL, *y = NULL;
663 BIGNUM *x = NULL, *y = NULL, *cofactor = NULL;
789 BIGNUM *x = NULL, *y = NULL;
  /system/security/keystore/
keystore_aidl_hidl_marshalling_utils.cpp 106 case TagType::BIGNUM:
136 case TagType::BIGNUM:
  /external/swiftshader/third_party/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/curl/lib/vtls/
openssl.c     [all...]

Completed in 1504 milliseconds

1 2 3 4 56 7 8 91011>>