Searched refs:nwords (Results 1 – 2 of 2) sorted by relevance
826 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() argument834 bn_wcheck_size(a, nwords); in BN_consttime_swap()835 bn_wcheck_size(b, nwords); in BN_consttime_swap()876 for (i = 0; i < nwords; i++) { in BN_consttime_swap()
352 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
Completed in 5 milliseconds