Home | History | Annotate | Download | only in sha

Lines Matching defs:SHA_LONG

79  * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then !
85 #define SHA_LONG unsigned long
87 #define SHA_LONG unsigned long
90 #define SHA_LONG unsigned int
102 SHA_LONG h0,h1,h2,h3,h4;
103 SHA_LONG Nl,Nh;
104 SHA_LONG data[SHA_LBLOCK];
137 SHA_LONG h[8];
138 SHA_LONG Nl,Nh;
139 SHA_LONG data[SHA_LBLOCK];