The Windows CNG Cryptographic Primitive Functions have return values of type NTSTATUS
. Several possible (symbolic) return values are mentioned, for example STATUS_AUTH_TAG_MISMATCH
for the BCryptDecrypt function.
These symbols are not defined in bcrypt.h
, nor in any other header file mentioned in the documentation. I can not use them in my code because they can not be resolved. Where are they located?
They are defined in: