Lines Matching refs:NO_ERROR
107 return ResponseCode::NO_ERROR; in AES_gcm_encrypt()
148 return ResponseCode::NO_ERROR; in AES_gcm_decrypt()
330 if (rc != ResponseCode::NO_ERROR) return rc; in writeBlob()
364 return ResponseCode::NO_ERROR; in writeBlob()
377 if (rc != ResponseCode::NO_ERROR) { in writeBlobs()
431 if (rc != ResponseCode::NO_ERROR) { in readBlob()
492 return ResponseCode::NO_ERROR; in readBlob()
502 if (rc != ResponseCode::NO_ERROR && rc != ResponseCode::UNINITIALIZED) { in readBlobs()
513 if (entry_ == nullptr) return ResponseCode::NO_ERROR; in deleteBlobs()
518 : ResponseCode::NO_ERROR; in deleteBlobs()
519 if (rc1 != ResponseCode::NO_ERROR) { in deleteBlobs()
524 : ResponseCode::NO_ERROR; in deleteBlobs()
525 if (rc2 != ResponseCode::NO_ERROR) { in deleteBlobs()
530 if (rc1 != ResponseCode::NO_ERROR) return rc1; in deleteBlobs()
789 return std::tuple<ResponseCode, std::list<LockedKeyBlobEntry>&&>{ResponseCode::NO_ERROR, in list()