Searched refs:psa_cipher_decrypt_setup (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.5.0/tests/include/spe/ |
D | crypto_spe.h | 92 #define psa_cipher_decrypt_setup \ macro 93 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
|
/mbedtls-3.5.0/programs/psa/ |
D | crypto_examples.c | 142 status = psa_cipher_decrypt_setup(&operation, key, alg); in cipher_decrypt()
|
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 1840 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
|
/mbedtls-3.5.0/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 | 1970 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));
|
D | test_suite_psa_crypto_se_driver_hal.function | 694 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key,
|
D | test_suite_psa_crypto_driver_wrappers.function | 1291 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 1510 status = psa_cipher_decrypt_setup(&operation, key, alg);
|
/mbedtls-3.5.0/tests/src/ |
D | psa_exercise_key.c | 198 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); in exercise_cipher_key()
|
/mbedtls-3.5.0/library/ |
D | cipher.c | 1234 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
D | ssl_msg.c | 1626 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
D | psa_crypto.c | 4022 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, function
|