Searched refs:_H (Results 1 – 4 of 4) sorted by relevance
5 #ifndef _H6 #define _H20 #endif // _H
298 fDigestCnonce = _H(fDigestOpaque); in Authorization()421 A1 = _H(A1); in _DigestResponse()431 PRINT(("HttpAuth: > H(A1) = %s\n", _H(A1).String())); in _DigestResponse()432 PRINT(("HttpAuth: > H(A2) = %s\n", _H(A2).String())); in _DigestResponse()439 << ":auth:" << _H(A2); in _DigestResponse()443 BString response = _KD(_H(A1), secretResp); in _DigestResponse()451 BHttpAuthentication::_H(const BString& value) const in _H() function in BHttpAuthentication488 return _H(encode); in _KD()
88 BString _H(const BString& value) const;
42 #define _H(a) (a->Frame().Height()) macro