Searched refs:in_ctx (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c188 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx) argument
195 if (in_ctx == NULL) {
199 ctx = in_ctx;
241 if (in_ctx == NULL)

Completed in 134 milliseconds