OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:null_key
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/indexed_db/
proxy_webidbcursor_impl_unittest.cc
88
WebIDBKey
null_key
;
local
89
null_key
.assignNull();
109
cursor.continueFunction(
null_key
, new MockContinueCallbacks());
124
cursor.continueFunction(
null_key
, new MockContinueCallbacks());
149
cursor.continueFunction(
null_key
, new MockContinueCallbacks(&key));
/external/wpa_supplicant_8/src/common/
sae.c
594
u8
null_key
[SAE_KEYSEED_KEY_LEN], val[SAE_MAX_PRIME_LEN];
local
610
os_memset(
null_key
, 0, sizeof(
null_key
));
611
hmac_sha256(
null_key
, sizeof(
null_key
), k, sae->tmp->prime_len,
Completed in 777 milliseconds