Searched refs:BN_CTX (Results 1 – 11 of 11) sorted by relevance
| /include/openssl/ |
| A D | bn.h | 210 BN_CTX *BN_CTX_new(void); 212 BN_CTX *BN_CTX_secure_new(void); 213 void BN_CTX_free(BN_CTX *c); 214 void BN_CTX_start(BN_CTX *ctx); 215 BIGNUM *BN_CTX_get(BN_CTX *ctx); 216 void BN_CTX_end(BN_CTX *ctx); 276 BN_CTX *ctx); 280 BN_CTX *ctx); 284 BN_CTX *ctx); 288 BN_CTX *ctx); [all …]
|
| A D | ec.h | 263 BN_CTX *ctx); 317 const BIGNUM *b, BN_CTX *ctx); 330 BN_CTX *ctx); 553 BN_CTX *ctx); 616 BN_CTX *ctx); 642 BN_CTX *ctx); 801 EC_POINT *, BN_CTX *); 816 const EC_POINT *b, BN_CTX *ctx); 826 BN_CTX *ctx); 850 BN_CTX *ctx); [all …]
|
| A D | dsa.h | 139 OSSL_DEPRECATEDIN_3_0 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, 239 (DSA *, BN_CTX *, BIGNUM **, BIGNUM **); 241 int (*sign_setup) (DSA *, BN_CTX *, BIGNUM **, BIGNUM **)); 248 const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *); 251 const BIGNUM *, const BIGNUM *, const BIGNUM *, BN_CTX *, 255 BN_CTX *, BN_MONT_CTX *); 258 const BIGNUM *, BN_CTX *, BN_MONT_CTX *));
|
| A D | rsa.h | 382 OSSL_DEPRECATEDIN_3_0 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); 384 OSSL_DEPRECATEDIN_3_0 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx); 538 RSA *rsa, BN_CTX *ctx); 542 BN_CTX *ctx)); 548 BN_CTX *ctx, 556 BN_CTX *ctx,
|
| A D | dh.h | 307 const BIGNUM *, BN_CTX *, 313 const BIGNUM *, BN_CTX *,
|
| A D | types.h | 97 typedef struct bignum_ctx BN_CTX; typedef
|
| /include/crypto/ |
| A D | bn.h | 75 BN_MONT_CTX *mont, BN_CTX *ctx); 77 const BIGNUM *m, BN_CTX *ctx, 80 BN_CTX *ctx); 82 BN_CTX *ctx); 88 int bn_sqr_fixed_top(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx); 92 const BIGNUM *d, BN_CTX *ctx); 96 unsigned int strength, BN_CTX *ctx); 100 size_t message_len, BN_CTX *ctx); 118 const BIGNUM *e, BN_CTX *ctx, 126 OSSL_LIB_CTX *ossl_bn_get_libctx(BN_CTX *ctx); [all …]
|
| A D | ec.h | 51 const BIGNUM *x, BN_CTX *ctx); 62 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx); 63 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx); 65 int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx); 74 BN_CTX *bnctx, unsigned char **genbuf);
|
| A D | dsa.h | 45 int ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa,
|
| A D | dh.h | 24 int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh,
|
| /include/internal/ |
| A D | ffc.h | 186 int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params, 189 int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont,
|
Completed in 40 milliseconds