Searched refs:CreateKeymasterMessage (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/common/libs/security/ |
D | keymaster_channel_sharedfd.cpp | 53 auto to_send = CreateKeymasterMessage(command, is_response, payload_size); in SendMessage() 76 CreateKeymasterMessage(message_header.cmd, message_header.is_response, in ReceiveMessage()
|
D | keymaster_channel_windows.cpp | 127 auto to_send = CreateKeymasterMessage(command, is_response, payload_size); in SendMessage() 206 CreateKeymasterMessage(message_header.cmd, message_header.is_response, in ReceiveMessage()
|
D | keymaster_channel.cpp | 26 ManagedKeymasterMessage CreateKeymasterMessage(AndroidKeymasterCommand command, in CreateKeymasterMessage() function
|
D | keymaster_channel.h | 62 ManagedKeymasterMessage CreateKeymasterMessage(AndroidKeymasterCommand command,
|