Searched refs:psa_cipher_decrypt_setup (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 80 #define psa_cipher_decrypt_setup \ macro 81 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
|
/mbedtls-latest/programs/psa/ |
D | crypto_examples.c | 130 status = psa_cipher_decrypt_setup(&operation, key, alg); in cipher_decrypt()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 145 psa_cipher_decrypt_setup(&operation, key_id, alg));
|
D | test_suite_psa_crypto.function | 2312 status = psa_cipher_decrypt_setup(&operation, key, exercise_alg); 3973 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 3975 TEST_EQUAL(psa_cipher_decrypt_setup(&operation, key, alg), 4264 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 4273 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 4297 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 4591 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 4709 status = psa_cipher_decrypt_setup(&operation, key, alg); 4905 PSA_ASSERT(psa_cipher_decrypt_setup(&operation2, key, alg));
|
D | test_suite_psa_crypto_driver_wrappers.function | 1313 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 1529 status = psa_cipher_decrypt_setup(&operation, key, alg);
|
D | test_suite_psa_crypto_se_driver_hal.function | 707 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key,
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 1838 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 203 #define psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_exercise_key.c | 225 status = psa_cipher_decrypt_setup(&operation, key, alg); in exercise_cipher_key()
|
D | psa_test_wrappers.c | 349 psa_status_t status = (psa_cipher_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_decrypt_setup()
|
/mbedtls-latest/library/ |
D | cipher.c | 1332 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1852 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 4378 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, function
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 377 …cipher/#group__cipher_1ga587374c0eb8137a572f8e2fc409bb2b4) or [`psa_cipher_decrypt_setup`](https:/…
|