Searched refs:KEYSTORE_MESSAGE_SIZE (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/
H A Dkeystore_client.h22 #define KEYSTORE_MESSAGE_SIZE 65535 macro
H A Dkeystore_get.h28 #define KEYSTORE_MESSAGE_SIZE 65535 macro
38 * KEYSTORE_MESSAGE_SIZE bytes. This function returns the length of the value or
46 if (length < 0 || length > KEYSTORE_MESSAGE_SIZE) {
H A Dkeystore_client.cpp44 if (argLen > KEYSTORE_MESSAGE_SIZE) {
102 mData = new uint8_t[KEYSTORE_MESSAGE_SIZE];

Completed in 52 milliseconds