Home
last modified time | relevance | path

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

/Zephyr-latest/samples/psa/persistent_key/src/
Dmain.c66 ret = psa_cipher_decrypt(SAMPLE_KEY_ID, SAMPLE_ALG, ciphertext, ciphertext_len, in use_persistent_key()
/Zephyr-latest/tests/subsys/secure_storage/psa/crypto/src/
Dmain.c114 ret = psa_cipher_decrypt(ID, ALG, ciphertext, output_length, in ZTEST()