Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Drsa_sup_mul.c527 const BIGNUM *to_mod, BN_CTX *ctx, in ossl_bn_rsa_do_unblind() argument
542 l_mod_count = (BN_num_bytes(to_mod) + LIMB_BYTE_SIZE - 1) / LIMB_BYTE_SIZE; in ossl_bn_rsa_do_unblind()
554 BN_to_limb(to_mod, l_mod, l_mod_count); in ossl_bn_rsa_do_unblind()
581 if (num < BN_num_bytes(to_mod)) { in ossl_bn_rsa_do_unblind()
587 tmp = buf + num - BN_num_bytes(to_mod); in ossl_bn_rsa_do_unblind()
/third_party/openssl/include/crypto/
Dbn.h92 const BIGNUM *to_mod, BN_CTX *ctx,