Searched refs:peer_type (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/crypto/ |
D | p224_spake.cc | 103 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()
|
D | p224_spake.h | 59 P224EncryptedKeyExchange(PeerType peer_type, base::StringPiece password); 107 void CalculateHash(PeerType peer_type,
|
/external/cronet/crypto/ |
D | p224_spake.h | 58 P224EncryptedKeyExchange(PeerType peer_type, base::StringPiece password); 106 void CalculateHash(PeerType peer_type,
|
D | p224_spake.cc | 174 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/ |
D | peers.cpp | 47 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/ |
D | binarylog.proto | 149 PeerType peer_type = 1; field
|