Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/polarssl/
Dsha1.h62 void sha1_starts( sha1_context *ctx );
/third_party/lwip/src/include/netif/ppp/
Dpppcrypt.h75 #define lwip_sha1_starts sha1_starts
/third_party/lwip/src/netif/ppp/polarssl/
Dsha1.c74 void sha1_starts( sha1_context *ctx ) in sha1_starts() function
330 sha1_starts( &ctx ); in sha1()