Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_lib.c335 int bn_words; in BN_copy() local
339 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top; in BN_copy()
343 if (bn_wexpand(a, bn_words) == NULL) in BN_copy()
347 memcpy(a->d, b->d, sizeof(b->d[0]) * bn_words); in BN_copy()

Completed in 8 milliseconds