HomeSort by relevance Sort by last modified time
    Searched refs:Challenge (Results 1 - 7 of 7) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 34 * Challenge part of the Auth header. This is only used by the parser interface
41 public class Challenge extends SIPObject {
72 public Challenge() {
78 * Encode the challenge in canonical form.
252 Challenge retval = (Challenge) super.clone();
AuthenticationHeader.java 143 * @param challenge --
144 * the challenge from which the parameters are extracted.
146 public void setChallenge(Challenge challenge) {
147 this.scheme = challenge.scheme;
148 super.parameters = challenge.authParams;
162 * Sets the scheme of the challenge information for this
166 * the new string value that identifies the challenge information
174 * Returns the scheme of the challenge information for this
177 * @return the string value of the challenge information
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 16 ATTRIBUTE Challenge-State 24 string
dictionary.microsoft 22 ATTRIBUTE MS-CHAP-Challenge 11 string Microsoft
47 #ATTRIBUTE MS-ARAP-Challenge 33 string Microsoft
dictionary 85 ATTRIBUTE Chap-Challenge 60 string
  /external/ppp/pppd/
chap_ms.c 154 { "mschap-challenge", o_string, &mschap_challenge,
155 "specify CHAP challenge" },
156 { "mschap2-peer-challenge", o_string, &mschap2_peer_challenge,
157 "specify CHAP peer challenge" },
163 * chapms_generate_challenge - generate a challenge for MS-CHAP.
164 * For MS-CHAP the challenge length is fixed at 8 bytes.
165 * The length goes in challenge[0] and the actual challenge starts
166 * at challenge[1].
169 chapms_generate_challenge(unsigned char *challenge)
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 100 unsigned char *challenge,
254 const u_char *challenge,
361 sprintf(challenge_hex + i * 2, "%02X", challenge[i]);
363 fprintf(pipe_in, "LANMAN-Challenge: %s\n", challenge_hex);
519 unsigned char *challenge,
531 challenge_len = *challenge++;
587 challenge,
595 mppe_set_keys(challenge, session_key);
605 challenge_len, challenge);
614 u_char Challenge[8]
    [all...]

Completed in 195 milliseconds