Home
last modified time | relevance | path

Searched refs:BN_BLINDING_new (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/rsa/
Dblinding.c137 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) { in BN_BLINDING_new() function
295 ret = BN_BLINDING_new(NULL, NULL, m); in BN_BLINDING_create_param()
Dinternal.h97 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod);