Home
last modified time | relevance | path

Searched refs:WRAPPING_ALG (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.6.0/programs/psa/
Dkey_ladder_demo.c126 #define WRAPPING_ALG PSA_ALG_CCM macro
335 psa_set_key_algorithm(&attributes, WRAPPING_ALG); in derive_wrapping_key()
379 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, WRAPPING_ALG, input_size); in wrap_data()
401 PSA_CHECK(psa_aead_encrypt(wrapping_key, WRAPPING_ALG, in wrap_data()
468 PSA_AEAD_ENCRYPT_OUTPUT_SIZE(key_type, WRAPPING_ALG, header.payload_size); in unwrap_data()
489 PSA_CHECK(psa_aead_decrypt(wrapping_key, WRAPPING_ALG, in unwrap_data()