Home
last modified time | relevance | path

Searched refs:encrypted_key (Results 1 – 1 of 1) sorted by relevance

/trusty/user/app/keymaster/
Dtrusty_keymaster_context.cpp429 KmErrorOr<EncryptedKey> encrypted_key; in CreateAuthEncryptedKeyBlob() local
431 encrypted_key = EncryptKey( in CreateAuthEncryptedKeyBlob()
436 encrypted_key = EncryptKey( in CreateAuthEncryptedKeyBlob()
441 if (!encrypted_key) { in CreateAuthEncryptedKeyBlob()
442 return encrypted_key.error(); in CreateAuthEncryptedKeyBlob()
445 encrypted_key->kdf_version = info.kdf_version; in CreateAuthEncryptedKeyBlob()
446 encrypted_key->addl_info = info.addl_info; in CreateAuthEncryptedKeyBlob()
448 *encrypted_key, hw_enforced, sw_enforced, in CreateAuthEncryptedKeyBlob()
690 deserialized_key->encrypted_key.format); in ParseKeyBlob()
693 error = DeriveMasterKey(&master_key, deserialized_key->encrypted_key); in ParseKeyBlob()
[all …]