Searched refs:_H (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp298 fDigestCnonce = _H(fDigestOpaque);
421 A1 = _H(A1);
431 PRINT(("HttpAuth: > H(A1) = %s\n", _H(A1).String()));
432 PRINT(("HttpAuth: > H(A2) = %s\n", _H(A2).String()));
439 << ":auth:" << _H(A2);
443 BString response = _KD(_H(A1), secretResp);
451 BHttpAuthentication::_H(const BString& value) const function in class:BHttpAuthentication
488 return _H(encode);
/haiku/headers/private/netservices/
H A DHttpAuthentication.h85 // TODO: Rename these? _H seems to return a hash value,
88 BString _H(const BString& value) const;
/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp42 #define _H(a) (a->Frame().Height()) macro

Completed in 85 milliseconds