HomeSort by relevance Sort by last modified time
    Searched defs:RequestIdentity (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc 141 void DtlsIdentityStoreImpl::RequestIdentity(
dtlsidentitystore.h 76 // TODO(torbjorng,hbos): The following RequestIdentity is about to be removed,
78 virtual void RequestIdentity(
82 RequestIdentity(rtc::KeyParams(key_type), observer);
85 // RequestIdentity should replace the old one that takes rtc::KeyType. When
88 virtual void RequestIdentity(
92 RequestIdentity(key_params.type(), observer);
108 void RequestIdentity(

Completed in 1174 milliseconds