Home
last modified time | relevance | path

Searched defs:bn_wexpand (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_lcl.h524 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) macro
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_lcl.h89 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) macro