Searched refs:psa_hash_clone (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 100 #define psa_hash_clone \ macro 101 PSA_FUNCTION_NAME(psa_hash_clone)
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_hash.c | 91 status = psa_hash_clone(&hash_operation, &cloned_hash_operation); in main()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 124 PSA_ASSERT(psa_hash_clone(&operation, &operation2));
|
D | test_suite_psa_crypto.function | 3387 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),
|
D | test_suite_psa_crypto_driver_wrappers.function | 2446 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/ |
D | crypto.h | 1160 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | md.c | 353 psa_status_t status = psa_hash_clone(src->md_ctx, dst->md_ctx); in mbedtls_md_clone()
|
D | ssl_tls.c | 6442 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()
|
D | ssl_msg.c | 141 PSA_CHK(psa_hash_clone(&operation, &aux_operation)); in mbedtls_ct_hmac()
|
D | psa_crypto.c | 2496 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/ |
D | psa_test_wrappers.h | 372 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 642 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/ |
D | psa-transition.md | 592 The equivalent of `mbedtls_md_clone` to clone a hash operation is [`psa_hash_clone`](https://mbed-t…
|