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

  /system/keymaster/
auth_encrypted_key_blob.h 28 keymaster_error_t SerializeAuthEncryptedBlob(const KeymasterKeyBlob& encrypted_key_material,
35 KeymasterKeyBlob* encrypted_key_material,
auth_encrypted_key_blob.cpp 29 keymaster_error_t SerializeAuthEncryptedBlob(const KeymasterKeyBlob& encrypted_key_material,
36 encrypted_key_material.SerializedSize() + tag.SerializedSize() +
47 buf = encrypted_key_material.Serialize(buf, end);
58 KeymasterKeyBlob* encrypted_key_material,
70 !encrypted_key_material->Deserialize(buf_ptr, end) ||
83 KeymasterKeyBlob* encrypted_key_material,
100 !encrypted_key_material->Deserialize(buf_ptr, end) || //
131 return DeserializeUnversionedBlob(key_blob, encrypted_key_material, hw_enforced,
soft_keymaster_context.cpp 519 KeymasterKeyBlob encrypted_key_material; local
520 keymaster_error_t error = DeserializeAuthEncryptedBlob(blob, &encrypted_key_material,
    [all...]

Completed in 1617 milliseconds