Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/
Dmain.c14 #define KEY_TYPE PSA_KEY_TYPE_AES macro
24 psa_set_key_type(key_attributes, KEY_TYPE); in fill_key_attributes()
113 static uint8_t ciphertext[PSA_CIPHER_ENCRYPT_OUTPUT_SIZE(KEY_TYPE, ALG, sizeof(plaintext))]; in ZTEST()