Home
last modified time | relevance | path

Searched refs:B_KEY_PURPOSE_WEB (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/app/
H A DKey.h19 B_KEY_PURPOSE_WEB, enumerator
/haiku/src/kits/app/
H A DKey.cpp266 case B_KEY_PURPOSE_WEB: in PrintToStream()
/haiku/docs/user/app/
H A D_app_keystore.dox142 B_KEY_TYPE_PASSWORD, B_KEY_PURPOSE_WEB, cookie, currentKey);
190 key.SetTo(password, B_KEY_PURPOSE_WEB, user, password);
H A DKey.dox74 \var BKeyPurpose::B_KEY_PURPOSE_WEB
/haiku/src/apps/haikudepot/model/
H A DModel.cpp384 BPasswordKey key(passwordClear, B_KEY_PURPOSE_WEB, keyIdentifier); in SetCredentials()