Home
last modified time | relevance | path

Searched refs:VALUE_SIZE (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/
Dkeystore.cpp80 #define VALUE_SIZE 32768 macro
81 #define PASSWORD_SIZE VALUE_SIZE
493 uint8_t value[VALUE_SIZE + AES_BLOCK_SIZE];
511 if (valueLength > VALUE_SIZE) { in Blob()
512 valueLength = VALUE_SIZE; in Blob()
515 if (infoLength + valueLength > VALUE_SIZE) { in Blob()
516 infoLength = VALUE_SIZE - valueLength; in Blob()