Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_lib.c500 int tmp_top, tmp_dmax, tmp_neg; in BN_swap() local
511 tmp_neg = a->neg; in BN_swap()
521 b->neg = tmp_neg; in BN_swap()