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.cpp146 return ResponseCode::VALUE_CORRUPTED; in AES_gcm_decrypt()
152 return ResponseCode::VALUE_CORRUPTED; in AES_gcm_decrypt()
404 return ResponseCode::VALUE_CORRUPTED; in readBlob()
415 if (fileLength < offsetof(blobv3, value)) return ResponseCode::VALUE_CORRUPTED; in readBlob()
428 (rc == ResponseCode::VALUE_CORRUPTED)) { in readBlob()
438 if (encryptedLength < 0) return ResponseCode::VALUE_CORRUPTED; in readBlob()
442 return ResponseCode::VALUE_CORRUPTED; in readBlob()
455 return ResponseCode::VALUE_CORRUPTED; in readBlob()
465 return ResponseCode::VALUE_CORRUPTED; in readBlob()
DKeyStore.cpp171 case ResponseCode::VALUE_CORRUPTED: in resetUser()
252 if (rc == ResponseCode::VALUE_CORRUPTED) { in get()