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

  /system/keymaster/
google_softkeymaster.h 38 keymaster_key_blob_t MasterKey() {
google_keymaster.cpp 325 new KeyBlob(*enforced, *unenforced, hidden_auths, key_data, MasterKey(), nonce));
356 UniquePtr<KeyBlob> blob(new KeyBlob(key, hidden, MasterKey()));
  /system/keymaster/include/keymaster/
google_keymaster.h 86 virtual keymaster_key_blob_t MasterKey() = 0;
  /external/ppp/pppd/
chap_ms.c 717 u_char MasterKey[SHA1_SIGNATURE_SIZE]; /* >= MPPE_MAX_KEY_LEN */
766 SHA1_Final(MasterKey, &sha1Context);
776 SHA1_Update(&sha1Context, MasterKey, 16);
792 SHA1_Update(&sha1Context, MasterKey, 16);

Completed in 69 milliseconds