Home
last modified time | relevance | path

Searched refs:BN_BLINDING (Results 1 – 3 of 3) sorted by relevance

/include/openssl/
A Dbn.h426 void BN_BLINDING_free(BN_BLINDING *b);
427 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx);
428 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
429 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
434 int BN_BLINDING_is_current_thread(BN_BLINDING *b);
435 void BN_BLINDING_set_current_thread(BN_BLINDING *b);
436 int BN_BLINDING_lock(BN_BLINDING *b);
437 int BN_BLINDING_unlock(BN_BLINDING *b);
439 unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
440 void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
[all …]
A Dtypes.h98 typedef struct bn_blinding_st BN_BLINDING; typedef
A Drsa.h384 OSSL_DEPRECATEDIN_3_0 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);

Completed in 9 milliseconds