/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/spe/ |
H A D | crypto_spe.h | 80 #define psa_cipher_decrypt_setup \ macro 81 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
|
/aosp_15_r20/external/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 80 #define psa_cipher_decrypt_setup \ macro 81 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/ |
H A D | crypto_examples.c | 130 status = psa_cipher_decrypt_setup(&operation, key, alg); in cipher_decrypt()
|
/aosp_15_r20/external/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 130 status = psa_cipher_decrypt_setup(&operation, key, alg); in cipher_decrypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto.h | 1835 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto.h | 1828 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_op_fail.function | 145 psa_cipher_decrypt_setup(&operation, key_id, alg));
|
H A D | test_suite_psa_crypto.function | 1997 status = psa_cipher_decrypt_setup(&operation, key, exercise_alg); 3652 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 3654 TEST_EQUAL(psa_cipher_decrypt_setup(&operation, key, alg), 3943 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 3952 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 3976 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 4270 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 4388 status = psa_cipher_decrypt_setup(&operation, key, alg); 4584 PSA_ASSERT(psa_cipher_decrypt_setup(&operation2, key, alg));
|
H A D | test_suite_psa_crypto_driver_wrappers.function | 1292 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 1511 status = psa_cipher_decrypt_setup(&operation, key, alg);
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 694 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_op_fail.function | 145 psa_cipher_decrypt_setup(&operation, key_id, alg));
|
H A D | test_suite_psa_crypto.function | 2332 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));
|
H A D | test_suite_psa_crypto_driver_wrappers.function | 1297 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); 1513 status = psa_cipher_decrypt_setup(&operation, key, alg);
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 694 SMOKE_ASSERT(psa_cipher_decrypt_setup(&cipher_operation, key,
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 186 PSA_ASSERT(psa_cipher_decrypt_setup(&operation, key, alg)); in exercise_cipher_key()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/ |
H A D | psa_test_wrappers.h | 204 #define psa_cipher_decrypt_setup(arg0_operation, arg1_key, arg2_alg) \ macro
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_exercise_key.c | 225 status = psa_cipher_decrypt_setup(&operation, key, alg); in exercise_cipher_key()
|
H A D | psa_test_wrappers.c | 350 psa_status_t status = (psa_cipher_decrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_decrypt_setup()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | cipher.c | 1313 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
H A D | ssl_msg.c | 1857 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
H A D | psa_crypto.c | 4152 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | cipher.c | 1329 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
H A D | ssl_msg.c | 1852 status = psa_cipher_decrypt_setup(&cipher_op, in mbedtls_ssl_decrypt_buf()
|
H A D | psa_crypto.c | 4322 psa_status_t psa_cipher_decrypt_setup(psa_cipher_operation_t *operation, in psa_cipher_decrypt_setup() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 377 …cipher/#group__cipher_1ga587374c0eb8137a572f8e2fc409bb2b4) or [`psa_cipher_decrypt_setup`](https:/…
|