Searched defs:SupportedAlgorithmsResponse (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/include/keymaster/
H A Dgoogle_keymaster_messages.h55 struct SupportedAlgorithmsResponse : public KeymasterResponse { struct in namespace:keymaster
56 SupportedAlgorithmsResponse() : algorithms(NULL), algorithms_length(0) {} function in struct:keymaster::SupportedAlgorithmsResponse
57 ~SupportedAlgorithmsResponse() { delete[] algorithms; }

Completed in 881 milliseconds