Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h100 #define psa_hash_clone \ macro
101 PSA_FUNCTION_NAME(psa_hash_clone)
/mbedtls-latest/programs/psa/
Dpsa_hash.c91 status = psa_hash_clone(&hash_operation, &cloned_hash_operation); in main()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_hash.function124 PSA_ASSERT(psa_hash_clone(&operation, &operation2));
Dtest_suite_psa_crypto.function3367 TEST_EQUAL(psa_hash_clone(&op_source, &op_setup),
3370 PSA_ASSERT(psa_hash_clone(&op_source, &op_init));
3373 PSA_ASSERT(psa_hash_clone(&op_source, &op_finished));
3376 PSA_ASSERT(psa_hash_clone(&op_source, &op_aborted));
3411 PSA_ASSERT(psa_hash_clone(&op_setup, &op_target));
3415 TEST_EQUAL(psa_hash_clone(&op_init, &op_target), PSA_ERROR_BAD_STATE);
3416 TEST_EQUAL(psa_hash_clone(&op_finished, &op_target),
3418 TEST_EQUAL(psa_hash_clone(&op_aborted, &op_target),
Dtest_suite_psa_crypto_driver_wrappers.function2462 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation),
2471 TEST_EQUAL(psa_hash_clone(&source_operation, &target_operation),
/mbedtls-latest/include/psa/
Dcrypto.h1163 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
/mbedtls-latest/library/
Dmd.c353 psa_status_t status = psa_hash_clone(src->md_ctx, dst->md_ctx); in mbedtls_md_clone()
Dssl_tls.c6407 status = psa_hash_clone(hash_operation_to_clone, &hash_operation); in mbedtls_ssl_get_handshake_transcript()
7264 status = psa_hash_clone(hs_op, &cloned_op); in ssl_calc_verify_tls_psa()
8130 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.c2552 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, function
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h394 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c673 psa_status_t status = (psa_hash_clone)(arg0_source_operation, arg1_target_operation); in mbedtls_test_wrap_psa_hash_clone()
/mbedtls-latest/docs/
Dpsa-transition.md592 The equivalent of `mbedtls_md_clone` to clone a hash operation is [`psa_hash_clone`](https://mbed-t…