Searched refs:BN_MONT_CTX (Results 1 – 8 of 8) sorted by relevance
| /include/crypto/ |
| A D | bn.h | 75 BN_MONT_CTX *mont, BN_CTX *ctx); 78 BN_MONT_CTX *in_mont); 79 int bn_to_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, 81 int bn_from_mont_fixed_top(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, 136 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 142 int ossl_bn_mont_ctx_set(BN_MONT_CTX *ctx, const BIGNUM *modulus, int ri, 146 int ossl_bn_mont_ctx_eq(const BN_MONT_CTX *m1, const BN_MONT_CTX *m2);
|
| /include/openssl/ |
| A D | bn.h | 314 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 317 BN_MONT_CTX *in_mont); 322 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 408 BN_MONT_CTX *BN_MONT_CTX_new(void); 410 BN_MONT_CTX *mont, BN_CTX *ctx); 411 int BN_to_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, 413 int BN_from_montgomery(BIGNUM *r, const BIGNUM *a, BN_MONT_CTX *mont, 415 void BN_MONT_CTX_free(BN_MONT_CTX *mont); 417 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from); 418 BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, CRYPTO_RWLOCK *lock, [all …]
|
| A D | dsa.h | 248 const BIGNUM *, const BIGNUM *, BN_CTX *, BN_MONT_CTX *); 252 BN_MONT_CTX *)); 255 BN_CTX *, BN_MONT_CTX *); 258 const BIGNUM *, BN_CTX *, BN_MONT_CTX *));
|
| A D | dh.h | 308 BN_MONT_CTX *); 314 BN_MONT_CTX *));
|
| A D | types.h | 99 typedef struct bn_mont_ctx_st BN_MONT_CTX; typedef
|
| A D | rsa.h | 549 BN_MONT_CTX *m_ctx); 557 BN_MONT_CTX *m_ctx));
|
| A D | ec.h | 234 BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group);
|
| /include/internal/ |
| A D | ffc.h | 189 int ossl_ffc_params_validate_unverifiable_g(BN_CTX *ctx, BN_MONT_CTX *mont,
|
Completed in 14 milliseconds