Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa_impl.c1258 static void replace_bn_mont_ctx(BN_MONT_CTX **out, BN_MONT_CTX **in) { in replace_bn_mont_ctx() function
1286 replace_bn_mont_ctx(&rsa->mont_n, &tmp->mont_n); in RSA_generate_key_ex()
1287 replace_bn_mont_ctx(&rsa->mont_p, &tmp->mont_p); in RSA_generate_key_ex()
1288 replace_bn_mont_ctx(&rsa->mont_q, &tmp->mont_q); in RSA_generate_key_ex()