We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In TF-PSA-Crypto 1.0, remove everything that's declared in include/psa/crypto_compat.h:
include/psa/crypto_compat.h
psa_open_key()
psa_generate_key_ext()
psa_key_derivation_output_key_ext()
xxx_custom
Remove the declarations, the implementations and the tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In TF-PSA-Crypto 1.0, remove everything that's declared in
include/psa/crypto_compat.h
:psa_open_key()
functionality (experimental feature that was abandoned)psa_generate_key_ext()
andpsa_key_derivation_output_key_ext()
(subsumed by the slightly differentxxx_custom
functions)Remove the declarations, the implementations and the tests.
The text was updated successfully, but these errors were encountered: