Searched refs:BN_CTX (Results 1 – 8 of 8) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | bn.h | 423 BN_CTX *BN_CTX_new(void); 425 void BN_CTX_init(BN_CTX *c); 427 void BN_CTX_free(BN_CTX *c); 428 void BN_CTX_start(BN_CTX *ctx); 429 BIGNUM *BN_CTX_get(BN_CTX *ctx); 430 void BN_CTX_end(BN_CTX *ctx); 464 BN_CTX *ctx); 468 BN_CTX *ctx); 472 BN_CTX *ctx); 476 BN_CTX *ctx); [all …]
|
A D | ec.h | 264 BN_CTX *ctx); 309 BIGNUM *b, BN_CTX *ctx); 332 BIGNUM *b, BN_CTX *ctx); 502 BN_CTX *ctx); 593 EC_POINT *, BN_CTX *); 597 EC_POINT *, BN_CTX *); 612 const EC_POINT *b, BN_CTX *ctx); 622 BN_CTX *ctx); 646 BN_CTX *ctx); 656 BN_CTX *ctx); [all …]
|
A D | dsa.h | 132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, 137 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, 141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 210 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
|
A D | ecdsa.h | 178 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp); 276 BN_CTX *ctx,
|
A D | rsa.h | 96 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); 99 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 427 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); 429 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
|
A D | ossl_typ.h | 121 typedef struct bignum_ctx BN_CTX; typedef
|
A D | dh.h | 124 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 580 BN_CTX *ctx = NULL; \
|
Completed in 22 milliseconds