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

  /system/keymaster/include/keymaster/
key_blob.h 57 KeyBlob(const AuthorizationSet& enforced, const AuthorizationSet& unenforced,
75 * Create a KeyBlob, extracting the enforced and unenforced sets, but not decrypting the key, or
116 inline const AuthorizationSet& unenforced() const { return unenforced_; } function in class:keymaster::KeyBlob
google_keymaster_messages.h 132 AuthorizationSet unenforced; member in struct:keymaster::GenerateKeyResponse
158 AuthorizationSet unenforced; member in struct:keymaster::GetKeyCharacteristicsResponse
260 AuthorizationSet unenforced; member in struct:keymaster::ImportKeyResponse
keymaster_defs.h 291 keymaster_key_param_t* unenforced; /* NULL if unenforced_length == 0 */ member in struct:__anon81498
  /system/keymaster/
google_keymaster.cpp 171 &response->unenforced);
186 response->unenforced.Reinitialize(blob->unenforced());
296 &response->enforced, &response->unenforced);
302 AuthorizationSet* unenforced) {
305 error = SetAuthorizations(key->authorizations(), origin, enforced, unenforced);
325 new KeyBlob(*enforced, *unenforced, hidden_auths, key_data, MasterKey(), nonce));
383 AuthorizationSet* unenforced) {
402 AddAuthorization(key_description[i], enforced, unenforced);
408 unenforced); local
409 AddAuthorization(Authorization(TAG_ORIGIN, origin), enforced, unenforced); local
    [all...]

Completed in 1437 milliseconds