Module utils_deprecated_primitives

Source
Expand description

§Utilities for checking deprecated primitives

§by PSA Crypto API 1.0.0

Traits§

CheckDeprecated
Checks if any part of the key template is deprecated by PSA Crypto API

Functions§

is_aead_deprecated
Check if any part of the aead is deprecated by PSA Crypto API
is_algorithm_deprecated
Check if any part of the algorithm is deprecated by PSA Crypto API
is_asymmetric_encryption_deprecated
Check if any part of the asymmetric encryption is deprecated by PSA Crypto API
is_asymmetric_signature_deprecated
Check if any part of the asymmetric signature is deprecated by PSA Crypto API
is_cipher_deprecated
Check if any part of the cipher is deprecated by PSA Crypto API
is_hash_deprecated
Check if hash is deprecated by PSA Crypto API
is_key_agreement_deprecated
Check if any part of the key agreement is deprecated by PSA Crypto API
is_key_deprecated
Check if the key or the key type is deprecated by PSA Crypto API
is_key_derivation_deprecated
Check if any part of the key derivation is deprecated by PSA Crypto API
is_mac_deprecated
Check if any part of the mac is deprecated by PSA Crypto API
is_signhash_deprecated
Check if signhash is deprecated by PSA Crypto API