Home
last modified time | relevance | path

Searched refs:mbedtls_psa_hash_clone (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_low_hash.function86 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 Dtest_suite_psa_crypto_low_hash.function86 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 Dpsa_crypto_hash.h112 psa_status_t mbedtls_psa_hash_clone(
H A Dpsa_crypto_hash.c182 psa_status_t mbedtls_psa_hash_clone( in mbedtls_psa_hash_clone() function
H A Dpsa_crypto_driver_wrappers.h1600 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 Dpsa_crypto_hash.h112 psa_status_t mbedtls_psa_hash_clone(
H A Dpsa_crypto_hash.c182 psa_status_t mbedtls_psa_hash_clone( in mbedtls_psa_hash_clone() function
H A Dpsa_crypto_driver_wrappers.h1626 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 Dhash.c102 mbedtls_psa_hash_clone(source_operation, target_operation); in mbedtls_test_transparent_hash_clone()
/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A Dhash.c102 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 Dpsa_crypto_driver_wrappers.h.jinja1563 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 Dpsa_crypto_driver_wrappers.h.jinja1589 return( mbedtls_psa_hash_clone( &source_operation->ctx.mbedtls_ctx,