HomeSort by: relevance | last modified time | path
    Searched refs:PPP_DigestUpdate (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
chap-md5.c 80 if (PPP_DigestUpdate(ctx, &idbyte, 1)) {
82 if (PPP_DigestUpdate(ctx, secret, secret_len)) {
84 if (PPP_DigestUpdate(ctx, challenge, challenge_len)) {
120 if (PPP_DigestUpdate(ctx, &idbyte, 1)) {
122 if (PPP_DigestUpdate(ctx, secret, secret_len)) {
124 if (PPP_DigestUpdate(ctx, challenge, challenge_len)) {
mppe.c 123 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) {
125 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) {
127 if (PPP_DigestUpdate(ctx, rchallenge, 8)) {
208 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) {
210 if (PPP_DigestUpdate(ctx, NTResponse, 24)) {
212 if (PPP_DigestUpdate(ctx, Magic1, sizeof(Magic1))) {
237 if (PPP_DigestUpdate(ctx, MasterKey, 16)) {
239 if (PPP_DigestUpdate(ctx, SHApad1, sizeof(SHApad1))) {
241 if (PPP_DigestUpdate(ctx, s, 84)) {
243 if (PPP_DigestUpdate(ctx, SHApad2, sizeof(SHApad2)))
    [all...]
crypto.h 89 int PPP_DigestUpdate(PPP_MD_CTX *ctx,
chap_ms.c 557 if (PPP_DigestUpdate(ctx, PeerChallenge, 16)) {
559 if (PPP_DigestUpdate(ctx, rchallenge, 16)) {
561 if (PPP_DigestUpdate(ctx, user, strlen(user))) {
602 if (PPP_DigestUpdate(ctx, secret, secret_len)) {
701 if (PPP_DigestUpdate(ctx, PasswordHashHash, MD4_DIGEST_LENGTH)) {
703 if (PPP_DigestUpdate(ctx, NTResponse, 24)) {
705 if (PPP_DigestUpdate(ctx, Magic1, sizeof(Magic1))) {
723 if (PPP_DigestUpdate(ctx, Digest, sizeof(Digest))) {
725 if (PPP_DigestUpdate(ctx, Challenge, sizeof(Challenge))) {
727 if (PPP_DigestUpdate(ctx, Magic2, sizeof(Magic2)))
    [all...]
eap.c 356 PPP_DigestUpdate(ctxt, pn_secret, strlen(pn_secret));
357 PPP_DigestUpdate(ctxt, tbuf, strlen(tbuf));
1047 PPP_DigestUpdate(ctxt, &esp->es_server.ea_id, 1);
1048 PPP_DigestUpdate(ctxt, &esp->es_server.ea_skey,
1050 PPP_DigestUpdate(ctxt, esp->es_server.ea_peer,
1060 PPP_DigestUpdate(ctxt, &esp->es_server.ea_id, 1);
1061 PPP_DigestUpdate(ctxt, esp->es_server.ea_skey,
1063 PPP_DigestUpdate(ctxt, optr - SHA_DIGEST_LENGTH,
1591 PPP_DigestUpdate(ctxt, &val, 1);
1592 PPP_DigestUpdate(ctxt, esp->es_client.ea_skey
    [all...]
crypto.c 87 int PPP_DigestUpdate(PPP_MD_CTX *ctx, const void *data, size_t length)
288 if (PPP_DigestUpdate(ctx, &data, sizeof(data))) {
336 if (PPP_DigestUpdate(ctx, &data, sizeof(data))) {
385 if (PPP_DigestUpdate(ctx, &data, sizeof(data))) {

Completed in 17 milliseconds