Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dbn.h654 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) macro
/external/openssl/crypto/bn/
Dbn.h654 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) macro