OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nl
(Results
1 - 10
of
10
) sorted by null
/external/openssl/crypto/md4/
md4.h
103
MD4_LONG
Nl
,Nh;
/external/openssl/crypto/md5/
md5.h
103
MD5_LONG
Nl
,Nh;
/external/openssl/crypto/ripemd/
ripemd.h
89
RIPEMD160_LONG
Nl
,Nh;
/external/openssl/include/openssl/
md4.h
103
MD4_LONG
Nl
,Nh;
md5.h
103
MD5_LONG
Nl
,Nh;
ripemd.h
89
RIPEMD160_LONG
Nl
,Nh;
sha.h
103
SHA_LONG
Nl
,Nh;
132
SHA_LONG
Nl
,Nh;
175
SHA_LONG64
Nl
,Nh;
/external/openssl/crypto/
md32_common.h
74
* HASH_LONG
Nl
,Nh;
291
l=(c->
Nl
+(((HASH_LONG)len)<<3))&0xffffffffUL;
294
if (l < c->
Nl
) /* overflow */
297
c->
Nl
=l;
366
(void)HOST_l2c(c->
Nl
,p);
368
(void)HOST_l2c(c->
Nl
,p);
/external/openssl/crypto/sha/
sha.h
103
SHA_LONG
Nl
,Nh;
132
SHA_LONG
Nl
,Nh;
175
SHA_LONG64
Nl
,Nh;
sha512.c
86
c->
Nl
=0; c->Nh=0;
115
c->
Nl
=0; c->Nh=0;
139
c->u.d[SHA_LBLOCK-1] = c->
Nl
;
141
p[sizeof(c->u)-1] = (unsigned char)(c->
Nl
);
142
p[sizeof(c->u)-2] = (unsigned char)(c->
Nl
>>8);
143
p[sizeof(c->u)-3] = (unsigned char)(c->
Nl
>>16);
144
p[sizeof(c->u)-4] = (unsigned char)(c->
Nl
>>24);
145
p[sizeof(c->u)-5] = (unsigned char)(c->
Nl
>>32);
146
p[sizeof(c->u)-6] = (unsigned char)(c->
Nl
>>40);
147
p[sizeof(c->u)-7] = (unsigned char)(c->
Nl
>>48)
[
all
...]
Completed in 179 milliseconds