Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/tests/include/spe/
A Dcrypto_spe.h100 #define psa_hash_clone \ macro
101 PSA_FUNCTION_NAME(psa_hash_clone)
/lib/mbedtls/external/mbedtls/programs/psa/
A Dpsa_hash.c91 status = psa_hash_clone(&hash_operation, &cloned_hash_operation); in main()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_hash.function124 PSA_ASSERT(psa_hash_clone(&operation, &operation2));
A 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),
A 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),
/lib/mbedtls/external/mbedtls/include/psa/
A Dcrypto.h1160 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
/lib/mbedtls/external/mbedtls/library/
A Dmd.c353 psa_status_t status = psa_hash_clone(src->md_ctx, dst->md_ctx); in mbedtls_md_clone()
A 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()
A Dssl_msg.c141 PSA_CHK(psa_hash_clone(&operation, &aux_operation)); in mbedtls_ct_hmac()
A Dpsa_crypto.c2496 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() function
/lib/mbedtls/external/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h372 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ macro
/lib/mbedtls/external/mbedtls/tests/src/
A Dpsa_test_wrappers.c642 psa_status_t status = (psa_hash_clone)(arg0_source_operation, arg1_target_operation); in mbedtls_test_wrap_psa_hash_clone()
/lib/mbedtls/external/mbedtls/docs/
A Dpsa-transition.md592 The equivalent of `mbedtls_md_clone` to clone a hash operation is [`psa_hash_clone`](https://mbed-t…

Completed in 96 milliseconds