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

  /external/chromium_org/third_party/libxslt/libxslt/
functions.c 404 const xmlChar *keyURI;
429 keyURI = NULL;
434 keyURI = xmlXPathNsLookup(xpctxt, prefix);
435 if (keyURI == NULL) {
444 keyURI = NULL;
524 nodelist = xsltGetKey(tctxt, key, keyURI, value);
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 214 AString keyURI;
215 if (!itemMeta->findString("cipher-uri", &keyURI)) {
220 ssize_t index = mAESKeyForURI.indexOfKey(keyURI);
226 ssize_t err = mSession->fetchFile(keyURI.c_str(), &key);
229 ALOGE("failed to fetch cipher key from '%s'.", keyURI.c_str());
232 ALOGE("key file '%s' wasn't 16 bytes in size.", keyURI.c_str());
236 mAESKeyForURI.add(keyURI, key);
    [all...]

Completed in 238 milliseconds