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

/system/security/keystore/
H A Dkeystore_client.h25 class Keystore_Reply { class
27 Keystore_Reply();
28 ~Keystore_Reply();
49 ResponseCode keystore_cmd(command_code_t cmd, Keystore_Reply* reply, int numArgs, ...);
H A Dkeystore_client.cpp25 ResponseCode keystore_cmd(command_code_t cmd, Keystore_Reply* reply, int numArgs, ...) {
99 Keystore_Reply::Keystore_Reply() function in class:Keystore_Reply
105 Keystore_Reply::~Keystore_Reply() {
109 uint8_t* Keystore_Reply::get() {
113 void Keystore_Reply::setLength(size_t length) {
117 size_t Keystore_Reply::length() const {
121 void Keystore_Reply::setCode(ResponseCode code) {
125 ResponseCode Keystore_Reply
[all...]

Completed in 40 milliseconds