HomeSort by relevance Sort by last modified time
    Searched defs:KEYSTORE_MESSAGE_SIZE (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
keystore_client.h 22 #define KEYSTORE_MESSAGE_SIZE 65535
keystore_get.h 28 #define KEYSTORE_MESSAGE_SIZE 65535
38 * KEYSTORE_MESSAGE_SIZE bytes. This function returns the length of the value or
46 if (length < 0 || length > KEYSTORE_MESSAGE_SIZE) {

Completed in 24 milliseconds