HomeSort by relevance Sort by last modified time
    Searched defs:bn_wexpand (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn.h 699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) macro
    [all...]
  /external/openssl/include/openssl/
bn.h 699 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) macro
    [all...]

Completed in 196 milliseconds