Searched refs:sha1_context (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/include/netif/ppp/polarssl/ |
H A D | sha1.h | 51 sha1_context; typedef 62 void sha1_starts( sha1_context *ctx ); 71 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen ); 79 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 361 jerryx_sha1_context sha1_context; in jerryx_debugger_compute_sha1() local 363 jerryx_sha1_init (&sha1_context); in jerryx_debugger_compute_sha1() 364 jerryx_sha1_update (&sha1_context, source1_p, source1_length); in jerryx_debugger_compute_sha1() 365 jerryx_sha1_update (&sha1_context, source2_p, source2_length); in jerryx_debugger_compute_sha1() 366 jerryx_sha1_finish (&sha1_context, destination_p); in jerryx_debugger_compute_sha1()
|
/third_party/lwip/src/netif/ppp/polarssl/ |
H A D | sha1.c | 74 void sha1_starts( sha1_context *ctx ) in sha1_starts() 86 static void sha1_process( sha1_context *ctx, const unsigned char data[64] ) in sha1_process() 245 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen ) in sha1_update() 297 void sha1_finish( sha1_context *ctx, unsigned char output[20] ) in sha1_finish() 328 sha1_context ctx; in sha1()
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | pppcrypt.h | 73 #define lwip_sha1_context sha1_context
|
Completed in 3 milliseconds