OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteKeyResponse
(Results
1 - 4
of
4
) sorted by null
/system/keymaster/include/keymaster/
android_keymaster.h
75
void DeleteKey(const DeleteKeyRequest& request,
DeleteKeyResponse
* response);
android_keymaster_messages.h
544
struct
DeleteKeyResponse
: public KeymasterResponse {
545
explicit
DeleteKeyResponse
(int32_t ver = MAX_MESSAGE_VERSION) : KeymasterResponse(ver) {}
/system/keymaster/
android_keymaster_messages_test.cpp
455
TEST(RoundTrip,
DeleteKeyResponse
) {
457
DeleteKeyResponse
msg(ver);
458
UniquePtr<
DeleteKeyResponse
> deserialized(round_trip(ver, msg, 4));
686
GARBAGE_TEST(
DeleteKeyResponse
);
android_keymaster.cpp
442
void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request,
DeleteKeyResponse
* response) {
Completed in 1042 milliseconds