OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:external_hmac
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
externalhmac.cc
75
// auth_type_t
external_hmac
is the hmac metaobject
77
static const auth_type_t
external_hmac
= {
variable
111
// |
external_hmac
| is const and libsrtp expects |type| to be non-const.
112
// const conversion is required. |
external_hmac
| is constant because we don't
114
(*a)->type = const_cast<auth_type_t*>(&
external_hmac
);
165
// |
external_hmac
| is const. const_cast is required as libsrtp expects
168
const_cast<auth_type_t*>(&
external_hmac
), EXTERNAL_HMAC_SHA1);
srtpfilter.cc
626
ExternalHmacContext*
external_hmac
= NULL;
local
631
external_hmac
= reinterpret_cast<ExternalHmacContext*>(
635
if (!
external_hmac
) {
640
*key =
external_hmac
->key;
641
*key_len =
external_hmac
->key_length;
Completed in 292 milliseconds