Searched defs:KEYSTORE_MESSAGE_SIZE (Results 1 - 2 of 2) 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) {

Completed in 193 milliseconds