Lines Matching refs:NO_ERROR
116 return ResponseCode::NO_ERROR; in AES_gcm_encrypt()
157 return ResponseCode::NO_ERROR; in AES_gcm_decrypt()
339 if (rc != ResponseCode::NO_ERROR) return rc; in writeBlob()
360 return ResponseCode::NO_ERROR; in writeBlob()
373 if (rc != ResponseCode::NO_ERROR) { in writeBlobs()
423 if (rc != ResponseCode::NO_ERROR) { in readBlob()
474 return ResponseCode::NO_ERROR; in readBlob()
484 if (rc != ResponseCode::NO_ERROR && rc != ResponseCode::UNINITIALIZED) { in readBlobs()
495 if (entry_ == nullptr) return ResponseCode::NO_ERROR; in deleteBlobs()
500 : ResponseCode::NO_ERROR; in deleteBlobs()
501 if (rc1 != ResponseCode::NO_ERROR) { in deleteBlobs()
506 : ResponseCode::NO_ERROR; in deleteBlobs()
507 if (rc2 != ResponseCode::NO_ERROR) { in deleteBlobs()
512 if (rc1 != ResponseCode::NO_ERROR) return rc1; in deleteBlobs()
771 return std::tuple<ResponseCode, std::list<LockedKeyBlobEntry>&&>{ResponseCode::NO_ERROR, in list()