Searched refs:VALUE_CORRUPTED (Results 1 – 3 of 3) sorted by relevance
38 VALUE_CORRUPTED = 8, enumerator
146 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()
171 case ResponseCode::VALUE_CORRUPTED: in resetUser()252 if (rc == ResponseCode::VALUE_CORRUPTED) { in get()