Go to the source code of this file.
Variables | |
const BN_ULONG | kBoringSSLRSASqrtTwo [] |
const size_t | kBoringSSLRSASqrtTwoLen |
int BN_BLINDING_convert | ( | BIGNUM * | n, |
BN_BLINDING * | b, | ||
const BIGNUM * | e, | ||
const BN_MONT_CTX * | mont_ctx, | ||
BN_CTX * | ctx | ||
) |
Definition at line 201 of file blinding.c.
void BN_BLINDING_free | ( | BN_BLINDING * | b | ) |
Definition at line 160 of file blinding.c.
void BN_BLINDING_invalidate | ( | BN_BLINDING * | b | ) |
Definition at line 170 of file blinding.c.
int BN_BLINDING_invert | ( | BIGNUM * | n, |
const BN_BLINDING * | b, | ||
BN_MONT_CTX * | mont_ctx, | ||
BN_CTX * | ctx | ||
) |
Definition at line 213 of file blinding.c.
BN_BLINDING* BN_BLINDING_new | ( | void | ) |
Definition at line 132 of file blinding.c.
Definition at line 76 of file rsa_impl.c.
int rsa_default_decrypt | ( | RSA * | rsa, |
size_t * | out_len, | ||
uint8_t * | out, | ||
size_t | max_out, | ||
const uint8_t * | in, | ||
size_t | in_len, | ||
int | padding | ||
) |
Definition at line 529 of file rsa_impl.c.
const RSA_METHOD* RSA_default_method | ( | void | ) |
Definition at line 689 of file rsa_impl.c.
int rsa_default_sign_raw | ( | RSA * | rsa, |
size_t * | out_len, | ||
uint8_t * | out, | ||
size_t | max_out, | ||
const uint8_t * | in, | ||
size_t | in_len, | ||
int | padding | ||
) |
Definition at line 481 of file rsa_impl.c.
Definition at line 258 of file rsa_impl.c.
const BN_ULONG kBoringSSLRSASqrtTwo[] |
Definition at line 985 of file rsa_impl.c.
const size_t kBoringSSLRSASqrtTwoLen |
Definition at line 1003 of file rsa_impl.c.