Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Dbn.h307 typedef struct bn_blinding_st BN_BLINDING;
596 void BN_BLINDING_free(BN_BLINDING *b);
597 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx);
598 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
599 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
604 unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
605 void BN_BLINDING_set_thread_id(BN_BLINDING *, unsigned long);
607 CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
608 unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
609 void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
[all …]
A Drsa.h163 BN_BLINDING *blinding;
164 BN_BLINDING *mt_blinding;
429 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
A Dossl_typ.h122 typedef struct bn_blinding_st BN_BLINDING; typedef

Completed in 7 milliseconds