Searched refs:sha1Context (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | chap_ms.c | 424 SHA1_CTX sha1Context; local 427 SHA1Init(&sha1Context); 428 SHA1Update(&sha1Context, peerchallenge, 16); 429 SHA1Update(&sha1Context, authenticatorchallenge, 16); 439 SHA1Update(&sha1Context, (uint8_t *)username, strlen(username)); 440 SHA1Final(digest, &sha1Context); 531 SHA1_CTX sha1Context; local 555 SHA1Init(&sha1Context); 556 SHA1Update(&sha1Context, hashhash, MD4_SIGNATURE_SIZE); 557 SHA1Update(&sha1Context, msresp->NTResp, sizeof (msresp->NTResp)); [all …]
|