Searched refs:A1 (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DChannels.cpp302 A1 47.25
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp417 BString A1; local
418 A1 << fUserName << ':' << fRealm << ':' << fPassword;
421 A1 = _H(A1);
422 A1 << ':' << fDigestNonce << ':' << fDigestCnonce;
429 PRINT(("HttpAuth: > A1 = %s\n", A1.String()));
431 PRINT(("HttpAuth: > H(A1) = %s\n", _H(A1).String()));
443 BString response = _KD(_H(A1), secretRes
[all...]

Completed in 118 milliseconds