/external/openssl/include/openssl/ |
ecdsa.h | 183 * \param ctx pointer to a BN_CTX object (may be NULL) 188 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
|
ossl_typ.h | 111 typedef struct bignum_ctx BN_CTX;
|
pq_compat.h | 84 #define PQ_64BIT_CTX BN_CTX
|
dh.h | 106 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
|
/external/openssl/crypto/bn/ |
bn_div.c | 68 BN_CTX *ctx) 180 const BIGNUM *divisor, BN_CTX *ctx); 182 BN_CTX *ctx) 424 const BIGNUM *divisor, BN_CTX *ctx)
|
bn_gcd.c | 117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) 207 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx); 209 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) 507 const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
|
bn_kron.c | 63 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx)
|
exptest.c | 76 BN_CTX *ctx;
|
bn_mont.c | 146 BN_MONT_CTX *mont, BN_CTX *ctx) 326 BN_CTX *ctx) 341 BN_CTX *ctx) 572 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) 702 const BIGNUM *mod, BN_CTX *ctx)
|
bn_nist.c | 348 BN_CTX *ctx) 432 BN_CTX *ctx) 543 BN_CTX *ctx) 665 BN_CTX *ctx) 778 BN_CTX *ctx)
|
/external/openssl/crypto/dh/ |
dh_check.c | 78 BN_CTX *ctx=NULL;
|
dh.h | 106 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
|
dh_gen.c | 109 BN_CTX *ctx=NULL;
|
/external/openssl/crypto/dsa/ |
dsa_key.c | 81 BN_CTX *ctx=NULL;
|
dsagen.c | 96 BN_CTX *ctx;
|
/external/openssl/crypto/ec/ |
ec_mult.c | 345 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) 347 BN_CTX *new_ctx = NULL; 763 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) 767 BN_CTX *new_ctx = NULL;
|
/external/openssl/crypto/ecdsa/ |
ecs_locl.h | 73 int (*ecdsa_sign_setup)(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
|
ecs_sign.c | 99 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
|
/external/openssl/crypto/ |
ossl_typ.h | 111 typedef struct bignum_ctx BN_CTX;
|
/external/openssl/crypto/pqueue/ |
pq_compat.h | 84 #define PQ_64BIT_CTX BN_CTX
|
/external/openssl/crypto/rsa/ |
rsa_chk.c | 59 BN_CTX *ctx;
|
rsa_gen.c | 93 BN_CTX *ctx=NULL;
|
/external/openssl/ssl/ |
s3_srvr.c | 1257 BN_CTX *bn_ctx = NULL; local 1777 BN_CTX *bn_ctx = NULL; local [all...] |
/external/openssl/crypto/ecdh/ |
ech_ossl.c | 112 BN_CTX *ctx;
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_openssl.c | 219 BN_CTX *ctx;
|