Home
last modified time | relevance | path

Searched refs:peer_type (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/crypto/
Dp224_spake.cc103 P224EncryptedKeyExchange::P224EncryptedKeyExchange(PeerType peer_type, in P224EncryptedKeyExchange() argument
105 : state_(kStateInitial), is_server_(peer_type == kPeerTypeServer) { in P224EncryptedKeyExchange()
225 PeerType peer_type, in CalculateHash() argument
232 if (peer_type == kPeerTypeServer) { in CalculateHash()
Dp224_spake.h59 P224EncryptedKeyExchange(PeerType peer_type, base::StringPiece password);
107 void CalculateHash(PeerType peer_type,
/external/cronet/crypto/
Dp224_spake.h58 P224EncryptedKeyExchange(PeerType peer_type, base::StringPiece password);
106 void CalculateHash(PeerType peer_type,
Dp224_spake.cc174 P224EncryptedKeyExchange::P224EncryptedKeyExchange(PeerType peer_type, in P224EncryptedKeyExchange() argument
176 : state_(kStateInitial), is_server_(peer_type == kPeerTypeServer) { in P224EncryptedKeyExchange()
307 PeerType peer_type, in CalculateHash() argument
314 if (peer_type == kPeerTypeServer) { in CalculateHash()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp47 enum peer_type { enum
308 int peer_type = ctx_item->data(peer_role_type).toInt(); in enter_pin() local
312 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) in enter_pin()
324 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) { in enter_pin()
1715 int peer_type = ctx_item->data(peer_role_type).toInt(); in connect_pbc() local
1716 if (peer_type == PEER_TYPE_WPS_ER_ENROLLEE) { in connect_pbc()
1720 } else if (peer_type == PEER_TYPE_P2P || in connect_pbc()
1721 peer_type == PEER_TYPE_P2P_CLIENT) { in connect_pbc()
/external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1alpha/
Dbinarylog.proto149 PeerType peer_type = 1; field