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

/system/security/keystore/
H A Dkeystore.cpp80 #define VALUE_SIZE 32768 macro
81 #define PASSWORD_SIZE VALUE_SIZE
464 * parts must be no more than VALUE_SIZE bytes. The first field is the version,
493 uint8_t value[VALUE_SIZE + AES_BLOCK_SIZE];
511 if (valueLength > VALUE_SIZE) {
512 valueLength = VALUE_SIZE;
515 if (infoLength + valueLength > VALUE_SIZE) {
516 infoLength = VALUE_SIZE - valueLength;

Completed in 108 milliseconds