HomeSort by relevance Sort by last modified time
    Searched refs:KEYSTORE_MESSAGE_SIZE (Results 1 - 5 of 5) 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) {
keystore_client.cpp 44 if (argLen > KEYSTORE_MESSAGE_SIZE) {
102 mData = new uint8_t[KEYSTORE_MESSAGE_SIZE];
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 57 char value[KEYSTORE_MESSAGE_SIZE];
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1323 char value[KEYSTORE_MESSAGE_SIZE];
    [all...]

Completed in 229 milliseconds