Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_lib.c943 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() argument
948 bn_wcheck_size(a, nwords); in BN_consttime_swap()
949 bn_wcheck_size(b, nwords); in BN_consttime_swap()
990 for (i = 0; i < nwords; i++) { in BN_consttime_swap()
/openssl/include/openssl/
H A Dbn.h359 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);

Completed in 10 milliseconds