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

  /external/chromium_org/content/child/indexed_db/
webidbcursor_impl_unittest.cc 89 WebIDBKey null_key; local
90 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,
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_openssl.cc 463 const unsigned char null_key[] = {}; local
464 const void* const raw_key_voidp = raw_key.size() ? &raw_key[0] : null_key;

Completed in 204 milliseconds