HomeSort by relevance Sort by last modified time
    Searched refs:peer_type (Results 1 - 5 of 5) sorted by null

  /external/libchrome/crypto/
p224_spake.h 53 // peer_type: the type of the local authentication party.
57 P224EncryptedKeyExchange(PeerType peer_type,
106 void CalculateHash(PeerType peer_type,
p224_spake.cc 101 PeerType peer_type, const base::StringPiece& password)
103 is_server_(peer_type == kPeerTypeServer) {
223 PeerType peer_type,
230 if (peer_type == kPeerTypeServer) {
  /external/libweave/third_party/chromium/crypto/
p224_spake.h 54 // peer_type: the type of the local authentication party.
58 P224EncryptedKeyExchange(PeerType peer_type,
107 void CalculateHash(PeerType peer_type,
p224_spake.cc 118 PeerType peer_type, const base::StringPiece& password)
120 is_server_(peer_type == kPeerTypeServer) {
240 PeerType peer_type,
247 if (peer_type == kPeerTypeServer) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 47 enum peer_type { enum
308 int peer_type = ctx_item->data(peer_role_type).toInt(); local
312 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE)
324 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) {
1713 int peer_type = ctx_item->data(peer_role_type).toInt(); local
    [all...]

Completed in 274 milliseconds