Home
last modified time | relevance | path

Searched refs:psa_hash_clone (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h100 #define psa_hash_clone \ macro
101 PSA_FUNCTION_NAME(psa_hash_clone)
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_hash.c91 status = psa_hash_clone(&hash_operation, &cloned_hash_operation); in main()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_hash.function124 PSA_ASSERT(psa_hash_clone(&operation, &operation2));
Dtest_suite_psa_crypto.function3387 TEST_EQUAL(psa_hash_clone(&op_source, &op_setup),
3390 PSA_ASSERT(psa_hash_clone(&op_source, &op_init));
3393 PSA_ASSERT(psa_hash_clone(&op_source, &op_finished));
3396 PSA_ASSERT(psa_hash_clone(&op_source, &op_aborted));
3431 PSA_ASSERT(psa_hash_clone(&op_setup, &op_target));
3435 TEST_EQUAL(psa_hash_clone(&op_init, &op_target), PSA_ERROR_BAD_STATE);
3436 TEST_EQUAL(psa_hash_clone(&op_finished, &op_target),
3438 TEST_EQUAL(psa_hash_clone(&op_aborted, &op_target),
Dtest_suite_psa_crypto_driver_wrappers.function2446 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation),
2455 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation),
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1160 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
/openthread-latest/third_party/mbedtls/repo/library/
Dmd.c353 psa_status_t status = psa_hash_clone(src->md_ctx, dst->md_ctx); in mbedtls_md_clone()
Dssl_tls.c6442 status = psa_hash_clone(hash_operation_to_clone, &hash_operation); in mbedtls_ssl_get_handshake_transcript()
7299 status = psa_hash_clone(hs_op, &cloned_op); in ssl_calc_verify_tls_psa()
8353 status = psa_hash_clone(hs_op, &cloned_op); in ssl_calc_finished_tls_generic()
Dssl_msg.c141 PSA_CHK(psa_hash_clone(&operation, &aux_operation)); in mbedtls_ct_hmac()
Dpsa_crypto.c2496 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() function
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h372 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c642 psa_status_t status = (psa_hash_clone)(arg0_source_operation, arg1_target_operation); in mbedtls_test_wrap_psa_hash_clone()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md592 The equivalent of `mbedtls_md_clone` to clone a hash operation is [`psa_hash_clone`](https://mbed-t…