HomeSort by relevance Sort by last modified time
    Searched defs:enforced (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
115 inline const AuthorizationSet& enforced() const { return enforced_; } function in class:keymaster::KeyBlob
google_keymaster_messages.h 131 AuthorizationSet enforced; member in struct:keymaster::GenerateKeyResponse
157 AuthorizationSet enforced; member in struct:keymaster::GetKeyCharacteristicsResponse
259 AuthorizationSet enforced; member in struct:keymaster::ImportKeyResponse
keymaster_defs.h 50 * Tags that must be semantically enforced by hardware and software implementations.
63 /* Other hardware-enforced. */
77 * Tags that should be semantically enforced by hardware if possible and will otherwise be
78 * enforced by software (keystore).
283 * control restrictions. The parameters are divided into two categories, those that are enforced by
285 * enforced array must NULL. Hardware implementations must enforce everything in the enforced
289 keymaster_key_param_t* enforced; /* NULL if enforced_length == 0 */ member in struct:__anon63690
  /system/keymaster/
google_keymaster.cpp 170 response->error = SerializeKey(key.get(), origin(), &response->key_blob, &response->enforced,
185 response->enforced.Reinitialize(blob->enforced());
296 &response->enforced, &response->unenforced);
301 AuthorizationSet* enforced,
305 error = SetAuthorizations(key->authorizations(), origin, enforced, unenforced);
325 new KeyBlob(*enforced, *unenforced, hidden_auths, key_data, MasterKey(), nonce));
382 AuthorizationSet* enforced,
402 AddAuthorization(key_description[i], enforced, unenforced);
407 AddAuthorization(Authorization(TAG_CREATION_DATETIME, java_time(time(NULL))), enforced, local
409 AddAuthorization(Authorization(TAG_ORIGIN, origin), enforced, unenforced); local
    [all...]

Completed in 60 milliseconds