PSA_KEY_ID_VOLATILE_MIN macro
Range of volatile key identifiers. The first #MBEDTLS_PSA_KEY_SLOT_COUNT identifiers of the implementation range of key identifiers are reserved for volatile key identifiers. If \c id is a a volatile key identifier, #PSA_KEY_ID_VOLATILE_MIN - \c id indicates the key slot containing the volatile key definition. See psa_crypto_slot_management.c for details. The minimum value for a volatile key identifier.
![]()
return (key_id >= PSA_KEY_ID_VOLATILE_MIN) &&