Searched refs:to_mod (Results 1 – 2 of 2) sorted by relevance
527 const BIGNUM *to_mod, BN_CTX *ctx, in ossl_bn_rsa_do_unblind() argument542 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()
92 const BIGNUM *to_mod, BN_CTX *ctx,