/external/boringssl/src/crypto/asn1/ |
a_int.c | 407 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) 449 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) 451 BIGNUM *ret;
|
t_pkey.c | 63 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
|
/external/boringssl/src/crypto/ec/ |
p224-64.c | 229 /* From OpenSSL BIGNUM to internal representation */ 230 static int BN_to_felem(felem out, const BIGNUM *bn) { 248 /* From internal representation to OpenSSL BIGNUM */ 249 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) { [all...] |
p256-64.c | 125 /* BN_to_felem converts an OpenSSL BIGNUM into an felem. */ 126 static int BN_to_felem(felem out, const BIGNUM *bn) { 148 /* felem_to_BN converts an felem into an OpenSSL BIGNUM. */ 149 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { [all...] |
wnaf.c | 93 static signed char *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) { 227 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, 228 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) { 259 const BIGNUM **scalars = p != NULL ? &p_scalar : NULL;
|
/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;
|
rsa.c | 172 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) { 181 BIGNUM *e_value, BN_GENCB *cb) { 528 static void bn_free_and_null(BIGNUM **bn) { 534 BIGNUM n, pm1, qm1, lcm, gcd, de, dmp1, dmq1, iqmp; 666 BIGNUM *totient, *rem, *multiple, *p_plus_q, *p_minus_q;
|
/external/boringssl/src/crypto/test/ |
scoped_types.h | 99 using ScopedBIGNUM = ScopedOpenSSLType<BIGNUM, BN_free>;
|
/external/boringssl/src/decrepit/rsa/ |
rsa_decrepit.c | 70 BIGNUM *e = BN_new();
|
/external/boringssl/src/include/openssl/ |
ec_key.h | 124 OPENSSL_EXPORT const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); 128 OPENSSL_EXPORT int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); 166 BIGNUM *x, 167 BIGNUM *y);
|
asn1.h | [all...] |
/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/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; 661 BIGNUM *x = NULL, *y = NULL, *cofactor = NULL; 787 BIGNUM *x = NULL, *y = NULL;
|
/system/extras/verity/ |
verify_boot_signature.c | 166 BIGNUM expected; 167 BIGNUM value;
|
/external/curl/lib/vtls/ |
openssl.c | [all...] |
/external/boringssl/src/crypto/dh/ |
params.c | 222 BIGNUM p, q, g; 243 static const BIGNUM dh1024_safe_prime[] = { 250 static BIGNUM bn_two = STATIC_BIGNUM(bn_two_data);
|
/external/boringssl/src/crypto/evp/ |
p_ec_asn1.c | 241 const BIGNUM *priv_key; 382 const BIGNUM *priv_key; 449 const BIGNUM *order = EC_GROUP_get0_order(group);
|
/external/v8/test/mjsunit/ |
array-splice.js | 314 var bigNum = (1 << 30) - 3; 315 var array = new Array(bigNum); 317 assertEquals(bigNum + 7, array.length);
|
/system/keymaster/ |
attestation_record.cpp | 33 bool Uint64ToBignum(uint64_t value, BIGNUM* bn) { 358 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); 561 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr));
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 39 BIGNUM *k; 40 BIGNUM *private_value; 41 BIGNUM *server_scalar; 42 BIGNUM *my_scalar; 362 BIGNUM *mask = NULL, *x = NULL, *y = NULL, *cofactor = NULL; 574 BIGNUM *x = NULL, *y = NULL;
|
/external/boringssl/src/crypto/ecdsa/ |
ecdsa_test.cc | 105 EC_KEY *eckey, const BIGNUM *order) { 179 const BIGNUM *order = EC_GROUP_get0_order(group.get());
|
/external/webrtc/webrtc/base/ |
opensslidentity.cc | 51 BIGNUM* exponent = BN_new(); 97 BIGNUM* serial_number = NULL;
|
/toolchain/binutils/binutils-2.25/gas/ |
read.c | [all...] |