Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_lib.c826 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() argument
834 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()
/openssl-master/include/openssl/
A Dbn.h352 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);

Completed in 5 milliseconds