Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dkeystore.h38 VALUE_CORRUPTED = 8, enumerator
/system/security/keystore/
Dblob.cpp137 return ResponseCode::VALUE_CORRUPTED; in AES_gcm_decrypt()
143 return ResponseCode::VALUE_CORRUPTED; in AES_gcm_decrypt()
409 return ResponseCode::VALUE_CORRUPTED; in readBlob()
422 return ResponseCode::VALUE_CORRUPTED; in readBlob()
436 (rc == ResponseCode::VALUE_CORRUPTED)) { in readBlob()
450 return ResponseCode::VALUE_CORRUPTED; in readBlob()
458 return ResponseCode::VALUE_CORRUPTED; in readBlob()
472 return ResponseCode::VALUE_CORRUPTED; in readBlob()
483 return ResponseCode::VALUE_CORRUPTED; in readBlob()
DKeyStore.cpp171 case ResponseCode::VALUE_CORRUPTED: in resetUser()
252 if (rc == ResponseCode::VALUE_CORRUPTED) { in get()