Searched refs:KEY_TYPE (Results 1 – 1 of 1) sorted by relevance
14 #define KEY_TYPE PSA_KEY_TYPE_AES macro24 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()