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

/system/security/keystore/
H A Dkeystore.cpp60 #define VALUE_SIZE 32768 macro
61 #define PASSWORD_SIZE VALUE_SIZE
88 assert(origLen <= VALUE_SIZE);
97 uint8_t value[VALUE_SIZE];
103 assert(length <= VALUE_SIZE);
258 * parts must be no more than VALUE_SIZE bytes. The first field is the version,
287 uint8_t value[VALUE_SIZE + AES_BLOCK_SIZE];
1341 {insert, CommandCodes[INSERT], STATE_NO_ERROR, P_INSERT, {KEY_SIZE, VALUE_SIZE, 0}},
1351 {import, CommandCodes[IMPORT], STATE_NO_ERROR, P_INSERT, {KEY_SIZE, VALUE_SIZE, 0}},
1352 {sign, CommandCodes[SIGN], STATE_NO_ERROR, P_SIGN, {KEY_SIZE, VALUE_SIZE,
[all...]

Completed in 50 milliseconds