Home
last modified time | relevance | path

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

/mbedtls/tests/include/spe/
A Dcrypto_spe.h80 #define psa_cipher_decrypt_setup \ macro
81 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
/mbedtls/programs/psa/
A Dcrypto_examples.c130 status = psa_cipher_decrypt_setup(&operation, key, alg); in cipher_decrypt()
/mbedtls/include/psa/
A Dcrypto.h1835 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_op_fail.function145 psa_cipher_decrypt_setup(&operation, key_id, alg));
A Dtest_suite_psa_crypto.function2332 status = psa_cipher_decrypt_setup(&operation, key, exercise_alg);
3993 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
3995 TEST_EQUAL(psa_cipher_decrypt_setup(&operation, key, alg),
4284 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
4293 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
4317 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
4611 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
4729 status = psa_cipher_decrypt_setup(&operation, key, alg);
4925 PSA_ASSERT(psa_cipher_decrypt_setup(&operation2, key, alg));
A Dtest_suite_psa_crypto_se_driver_hal.function694 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key,
A Dtest_suite_psa_crypto_driver_wrappers.function1297 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg));
1513 status = psa_cipher_decrypt_setup(&operation, key, alg);
/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h204 #define psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ macro
/mbedtls/tests/src/
A Dpsa_exercise_key.c225 status = psa_cipher_decrypt_setup(&operation, key, alg); in exercise_cipher_key()
A Dpsa_test_wrappers.c350 psa_status_t status = (psa_cipher_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_decrypt_setup()
/mbedtls/library/
A Dcipher.c1329 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
A Dssl_msg.c1852 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
A Dpsa_crypto.c4322 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() function
/mbedtls/docs/
A Dpsa-transition.md377 …cipher/#group__cipher_1ga587374c0eb8137a572f8e2fc409bb2b4) or [`psa_cipher_decrypt_setup`](https:/…

Completed in 65 milliseconds