Home
last modified time | relevance | path

Searched refs:mdContext (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_md5.c112 if (mdContext==NULL) return; in SDLTest_Md5Init()
114 mdContext->i[0] = mdContext->i[1] = (MD5UINT4) 0; in SDLTest_Md5Init()
138 if (mdContext == NULL) return; in SDLTest_Md5Update()
149 if ((mdContext->i[0] + ((MD5UINT4) inLen << 3)) < mdContext->i[0]) in SDLTest_Md5Update()
150 mdContext->i[1]++; in SDLTest_Md5Update()
192 in[14] = mdContext->i[0]; in SDLTest_Md5Final()
193 in[15] = mdContext->i[1]; in SDLTest_Md5Final()
220 mdContext->digest[ii] = (unsigned char) (mdContext->buf[i] & 0xFF); in SDLTest_Md5Final()
221 mdContext->digest[ii + 1] = in SDLTest_Md5Final()
223 mdContext->digest[ii + 2] = in SDLTest_Md5Final()
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_test_md5.h89 void SDLTest_Md5Init(SDLTest_Md5Context * mdContext);
104 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,
118 void SDLTest_Md5Final(SDLTest_Md5Context * mdContext);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Deap.c1317 lwip_md5_context mdContext; in eap_request() local
1446 lwip_md5_init(&mdContext); in eap_request()
1447 lwip_md5_starts(&mdContext); in eap_request()
1449 lwip_md5_update(&mdContext, &typenum, 1); in eap_request()
1453 lwip_md5_finish(&mdContext, hash); in eap_request()
1454 lwip_md5_free(&mdContext); in eap_request()
1731 lwip_md5_context mdContext; in eap_response() local
1874 lwip_md5_init(&mdContext); in eap_response()
1875 lwip_md5_starts(&mdContext); in eap_response()
1880 lwip_md5_finish(&mdContext, hash); in eap_response()
[all …]

Completed in 6 milliseconds