Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dchap_ms.c548 lwip_sha1_update(&sha1Context, PeerChallenge, 16); in ChallengeHash()
549 lwip_sha1_update(&sha1Context, rchallenge, 16); in ChallengeHash()
550 lwip_sha1_update(&sha1Context, (const unsigned char*)user, strlen(user)); in ChallengeHash()
668 lwip_sha1_update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in GenerateAuthenticatorResponse()
669 lwip_sha1_update(&sha1Context, NTResponse, 24); in GenerateAuthenticatorResponse()
670 lwip_sha1_update(&sha1Context, Magic1, sizeof(Magic1)); in GenerateAuthenticatorResponse()
678 lwip_sha1_update(&sha1Context, Digest, sizeof(Digest)); in GenerateAuthenticatorResponse()
679 lwip_sha1_update(&sha1Context, Challenge, sizeof(Challenge)); in GenerateAuthenticatorResponse()
680 lwip_sha1_update(&sha1Context, Magic2, sizeof(Magic2)); in GenerateAuthenticatorResponse()
728 lwip_sha1_update(&sha1Context, PasswordHashHash, MD4_SIGNATURE_SIZE); in Set_Start_Key()
[all …]
Dmppe.c72 lwip_sha1_update(&sha1_ctx, state->master_key, state->keylen); in mppe_rekey()
73 lwip_sha1_update(&sha1_ctx, mppe_sha1_pad1, SHA1_PAD_SIZE); in mppe_rekey()
74 lwip_sha1_update(&sha1_ctx, state->session_key, state->keylen); in mppe_rekey()
75 lwip_sha1_update(&sha1_ctx, mppe_sha1_pad2, SHA1_PAD_SIZE); in mppe_rekey()
/third_party/lwip/src/include/netif/ppp/
Dpppcrypt.h76 #define lwip_sha1_update sha1_update macro
118 #define lwip_sha1_update mbedtls_sha1_update macro