Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/
Dmain.c15 #define ALG PSA_ALG_CBC_NO_PADDING macro
25 psa_set_key_algorithm(key_attributes, ALG); in fill_key_attributes()
113 static uint8_t ciphertext[PSA_CIPHER_ENCRYPT_OUTPUT_SIZE(KEY_TYPE, ALG, sizeof(plaintext))]; in ZTEST()
118 ret = psa_cipher_encrypt(ID, ALG, plaintext, sizeof(plaintext), in ZTEST()
125 ret = psa_cipher_decrypt(ID, ALG, ciphertext, output_length, in ZTEST()