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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.cc 71 // auth_type_t external_hmac is the hmac metaobject
73 static const auth_type_t external_hmac = { variable
107 // |external_hmac| is const and libsrtp expects |type| to be non-const.
108 // const conversion is required. |external_hmac| is constant because we don't
110 (*a)->type = const_cast<auth_type_t*>(&external_hmac);
161 // |external_hmac| is const. const_cast is required as libsrtp expects
164 const_cast<auth_type_t*>(&external_hmac), EXTERNAL_HMAC_SHA1);
srtpfilter.cc 594 external_hmac_ctx_t* external_hmac = NULL; local
599 external_hmac = reinterpret_cast<external_hmac_ctx_t*>(
603 if (!external_hmac) {
608 *key = external_hmac->key;
609 *key_len = external_hmac->key_length;

Completed in 78 milliseconds