Searched refs:bn_reduce_once_in_place (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsaz_exp.h51 static ossl_inline BN_ULONG bn_reduce_once_in_place(BN_ULONG *r, function
H A Drsaz_exp.c241 bn_reduce_once_in_place(result_norm, /*carry=*/0, m_norm, tmp, 16);
317 bn_reduce_once_in_place(result, /*carry=*/0, m, tmp, 8);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp.h68 static ossl_inline BN_ULONG bn_reduce_once_in_place(BN_ULONG *r, function
H A Drsaz_exp_x2.c223 /* bn_reduce_once_in_place expects number of BN_ULONG, not bit size */
226 bn_reduce_once_in_place(res1, /*carry=*/0, m1, storage, factor_size);
227 bn_reduce_once_in_place(res2, /*carry=*/0, m2, storage, factor_size);
H A Drsaz_exp.c241 bn_reduce_once_in_place(result_norm, /*carry=*/0, m_norm, tmp, 16);
317 bn_reduce_once_in_place(result, /*carry=*/0, m, tmp, 8);

Completed in 183 milliseconds