/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/spe/ |
H A D | crypto_spe.h | 78 #define psa_cipher_encrypt_setup \ macro 79 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
|
/aosp_15_r20/external/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 78 #define psa_cipher_encrypt_setup \ macro 79 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto.function | 220 *status = psa_cipher_encrypt_setup(operation, key, alg); 226 TEST_EQUAL(psa_cipher_encrypt_setup(operation, key, alg), 1976 status = psa_cipher_encrypt_setup(&operation, key, exercise_alg); 3643 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3645 TEST_EQUAL(psa_cipher_encrypt_setup(&operation, key, alg), 3668 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3682 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3698 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3710 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3728 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); [all …]
|
H A D | test_suite_psa_crypto_driver_wrappers.function | 1067 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 1164 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 1501 status = psa_cipher_encrypt_setup(&operation, key, alg); 1522 status = psa_cipher_encrypt_setup(&operation, key, alg); 1544 status = psa_cipher_encrypt_setup(&operation, key, alg); 1579 status = psa_cipher_encrypt_setup(&operation, key, alg); 1609 status = psa_cipher_encrypt_setup(&operation, key, alg);
|
H A D | test_suite_psa_crypto_op_fail.function | 143 psa_cipher_encrypt_setup(&operation, key_id, alg));
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 691 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto.function | 225 *status = psa_cipher_encrypt_setup(operation, key, alg); 231 TEST_EQUAL(psa_cipher_encrypt_setup(operation, key, alg), 2311 status = psa_cipher_encrypt_setup(&operation, key, exercise_alg); 3984 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 3986 TEST_EQUAL(psa_cipher_encrypt_setup(&operation, key, alg), 4009 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4023 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4039 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4051 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 4069 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); [all …]
|
H A D | test_suite_psa_crypto_driver_wrappers.function | 1070 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 1168 PSA_ASSERT(psa_cipher_encrypt_setup(&operation, key, alg)); 1503 status = psa_cipher_encrypt_setup(&operation, key, alg); 1524 status = psa_cipher_encrypt_setup(&operation, key, alg); 1546 status = psa_cipher_encrypt_setup(&operation, key, alg); 1574 status = psa_cipher_encrypt_setup(&operation, key, alg); 1604 status = psa_cipher_encrypt_setup(&operation, key, alg);
|
H A D | test_suite_psa_crypto_op_fail.function | 143 psa_cipher_encrypt_setup(&operation, key_id, alg));
|
H A D | test_suite_psa_crypto_se_driver_hal.function | 691 SMOKE_ASSERT(psa_cipher_encrypt_setup(&cipher_operation, key,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/ |
H A D | crypto_examples.c | 100 status = psa_cipher_encrypt_setup(&operation, key, alg); in cipher_encrypt()
|
/aosp_15_r20/external/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 100 status = psa_cipher_encrypt_setup(&operation, key, alg); in cipher_encrypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto.h | 1772 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto.h | 1765 psa_status_t psa_cipher_encrypt_setup(psa_cipher_operation_t *operation,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ctr_drbg.c | 50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context()
|
H A D | cipher.c | 1333 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
H A D | ssl_msg.c | 1312 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 163 PSA_ASSERT(psa_cipher_encrypt_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 | 222 #define psa_cipher_encrypt_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 | 197 status = psa_cipher_encrypt_setup(&operation, key, alg); in exercise_cipher_key()
|
H A D | psa_test_wrappers.c | 382 psa_status_t status = (psa_cipher_encrypt_setup)(arg0_operation, arg1_key, arg2_alg); in mbedtls_test_wrap_psa_cipher_encrypt_setup()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | cipher.c | 1317 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_cipher_crypt()
|
H A D | ssl_msg.c | 1316 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_ssl_encrypt_buf()
|
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 1062 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_test_psa_cipher_encrypt_helper()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 1096 status = psa_cipher_encrypt_setup(&cipher_op, in mbedtls_test_psa_cipher_encrypt_helper()
|