Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/include/spe/
Dcrypto_spe.h92 #define psa_cipher_decrypt_setup \ macro
93 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
/mbedtls-3.5.0/programs/psa/
Dcrypto_examples.c142 status = psa_cipher_decrypt_setup(&operation, key, alg); in cipher_decrypt()
/mbedtls-3.5.0/include/psa/
Dcrypto.h1840 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_op_fail.function145 psa_cipher_decrypt_setup(&operation, key_id, alg));
Dtest_suite_psa_crypto.function1970 status = psa_cipher_decrypt_setup(&operation, key, exercise_alg);
3625 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
3627 TEST_EQUAL(psa_cipher_decrypt_setup(&operation, key, alg),
3916 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
3925 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
3949 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
4243 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
4361 status = psa_cipher_decrypt_setup(&operation, key, alg);
4557 PSA_ASSERT(psa_cipher_decrypt_setup(&operation2, key, alg));
Dtest_suite_psa_crypto_se_driver_hal.function694 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key,
Dtest_suite_psa_crypto_driver_wrappers.function1291 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
1510 status = psa_cipher_decrypt_setup(&operation, key, alg);
/mbedtls-3.5.0/tests/src/
Dpsa_exercise_key.c198 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); in exercise_cipher_key()
/mbedtls-3.5.0/library/
Dcipher.c1234 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
Dssl_msg.c1626 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
Dpsa_crypto.c4022 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, function