Searched refs:SHA1_PAD_SIZE (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | mppe.h | 136 #define SHA1_PAD_SIZE 40 macro 138 static const u8_t mppe_sha1_pad1[SHA1_PAD_SIZE] = { 144 static const u8_t mppe_sha1_pad2[SHA1_PAD_SIZE] = {
|
/third_party/lwip/src/netif/ppp/ |
D | chap_ms.c | 806 lwip_sha1_update(&sha1Context, mppe_sha1_pad1, SHA1_PAD_SIZE); in SetMasterKeys() 808 lwip_sha1_update(&sha1Context, mppe_sha1_pad2, SHA1_PAD_SIZE); in SetMasterKeys() 824 lwip_sha1_update(&sha1Context, mppe_sha1_pad1, SHA1_PAD_SIZE); in SetMasterKeys() 826 lwip_sha1_update(&sha1Context, mppe_sha1_pad2, SHA1_PAD_SIZE); in SetMasterKeys()
|
D | mppe.c | 73 lwip_sha1_update(&sha1_ctx, mppe_sha1_pad1, SHA1_PAD_SIZE); in mppe_rekey() 75 lwip_sha1_update(&sha1_ctx, mppe_sha1_pad2, SHA1_PAD_SIZE); in mppe_rekey()
|