Home | History | Annotate | Download | only in clientauthutils

Lines Matching refs:A2

62         String A2 = null;
65 A2 = method + ":" + digest_uri_value;
69 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
79 + qop_value + ":" + H(A2));
82 request_digest = KD(hashUserNameRealmPasswd, nonce_value + ":" + H(A2));
147 String A2 = null;
150 A2 = method + ":" + digest_uri_value;
154 A2 = method + ":" + digest_uri_value + ":" + H(entity_body);
164 + qop_value + ":" + H(A2));
167 request_digest = KD(H(A1), nonce_value + ":" + H(A2));