Searched refs:mbedtls_psa_hash_clone (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_low_hash.function | 86 TEST_EQUAL(mbedtls_psa_hash_clone(&operation0, &clone_start), 90 TEST_EQUAL(mbedtls_psa_hash_clone(&operation0, &clone_middle), 94 TEST_EQUAL(mbedtls_psa_hash_clone(&operation0, &clone_end), 120 TEST_EQUAL(mbedtls_psa_hash_clone(&clone_end, &clone_more), 131 TEST_EQUAL(mbedtls_psa_hash_clone(&clone_more, &clone_end),
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_low_hash.function | 86 TEST_EQUAL(mbedtls_psa_hash_clone(&operation0, &clone_start), 90 TEST_EQUAL(mbedtls_psa_hash_clone(&operation0, &clone_middle), 94 TEST_EQUAL(mbedtls_psa_hash_clone(&operation0, &clone_end), 120 TEST_EQUAL(mbedtls_psa_hash_clone(&clone_end, &clone_more), 131 TEST_EQUAL(mbedtls_psa_hash_clone(&clone_more, &clone_end),
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_hash.h | 112 psa_status_t mbedtls_psa_hash_clone(
|
H A D | psa_crypto_hash.c | 182 psa_status_t mbedtls_psa_hash_clone( in mbedtls_psa_hash_clone() function
|
H A D | psa_crypto_driver_wrappers.h | 1600 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_hash.h | 112 psa_status_t mbedtls_psa_hash_clone(
|
H A D | psa_crypto_hash.c | 182 psa_status_t mbedtls_psa_hash_clone( in mbedtls_psa_hash_clone() function
|
H A D | psa_crypto_driver_wrappers.h | 1626 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_clone()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/ |
H A D | hash.c | 102 mbedtls_psa_hash_clone(source_operation, target_operation); in mbedtls_test_transparent_hash_clone()
|
/aosp_15_r20/external/mbedtls/tests/src/drivers/ |
H A D | hash.c | 102 mbedtls_psa_hash_clone(source_operation, target_operation); in mbedtls_test_transparent_hash_clone()
|
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_templates/ |
H A D | psa_crypto_driver_wrappers.h.jinja | 1563 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
H A D | psa_crypto_driver_wrappers.h.jinja | 1589 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx,
|