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

/system/security/keystore/
H A Dkeystore.h24 STATE_NO_ERROR = 1, enumerator in enum:State
30 NO_ERROR = STATE_NO_ERROR, // 1
H A Dkeystore.cpp697 if (mState == STATE_NO_ERROR || mState == STATE_UNINITIALIZED) {
719 setState(STATE_NO_ERROR);
1035 case STATE_NO_ERROR: {
1340 {get, CommandCodes[GET], STATE_NO_ERROR, P_GET, {KEY_SIZE, 0, 0}},
1341 {insert, CommandCodes[INSERT], STATE_NO_ERROR, P_INSERT, {KEY_SIZE, VALUE_SIZE, 0}},
1347 {lock, CommandCodes[LOCK], STATE_NO_ERROR, P_LOCK, {0, 0, 0}},
1350 {generate, CommandCodes[GENERATE], STATE_NO_ERROR, P_INSERT, {KEY_SIZE, 0, 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, 0}},
1353 {verify, CommandCodes[VERIFY], STATE_NO_ERROR, P_VERIF
[all...]

Completed in 7 milliseconds