OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:key16
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/native/android/
storage_manager.cpp
140
String16
key16
(key);
141
mMountService->mountObb(rawPath16, canonicalPath16,
key16
, mObbActionListener, cb->nonce);
/external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h
51
inline unsigned intHash(uint16_t
key16
)
53
unsigned key =
key16
;
/external/chromium_org/content/browser/dom_storage/
session_storage_database.cc
526
base::string16
key16
= UTF8ToUTF16(key.substr(map_start_key.length()));
local
528
(*result)[
key16
] = base::NullableString16();
535
(*result)[
key16
] =
/external/chromium_org/third_party/openssl/openssl/apps/
speed.c
425
static const unsigned char
key16
[16]=
local
1224
AES_set_encrypt_key(
key16
,128,&aes_ks1)
[
all
...]
/external/openssl/apps/
speed.c
425
static const unsigned char
key16
[16]=
local
1224
AES_set_encrypt_key(
key16
,128,&aes_ks1)
[
all
...]
Completed in 2901 milliseconds