Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h101 #define psa_hash_clone \ macro
102 PSA_FUNCTION_NAME(psa_hash_clone)
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_hash.function78 PSA_ASSERT( psa_hash_clone( &operation, &operation2 ) );
Dtest_suite_psa_crypto.function1850 TEST_EQUAL( psa_hash_clone( &op_source, &op_setup ),
1853 PSA_ASSERT( psa_hash_clone( &op_source, &op_init ) );
1856 PSA_ASSERT( psa_hash_clone( &op_source, &op_finished ) );
1859 PSA_ASSERT( psa_hash_clone( &op_source, &op_aborted ) );
1894 PSA_ASSERT( psa_hash_clone( &op_setup, &op_target ) );
1898 TEST_EQUAL( psa_hash_clone( &op_init, &op_target ), PSA_ERROR_BAD_STATE );
1899 TEST_EQUAL( psa_hash_clone( &op_finished, &op_target ),
1901 TEST_EQUAL( psa_hash_clone( &op_aborted, &op_target ),
Dtest_suite_psa_crypto_driver_wrappers.function1747 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
1756 TEST_EQUAL( psa_hash_clone( &source_operation, &target_operation ),
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h1186 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_tls.c1896 status = psa_hash_clone( &ssl->handshake->fin_sha256_psa, &sha256_psa ); in ssl_calc_verify_tls_sha256()
1945 status = psa_hash_clone( &ssl->handshake->fin_sha384_psa, &sha384_psa ); in ssl_calc_verify_tls_sha384()
3282 status = psa_hash_clone( &ssl->handshake->fin_sha256_psa, &sha256_psa ); in ssl_calc_finished_tls_sha256()
3359 status = psa_hash_clone( &ssl->handshake->fin_sha384_psa, &sha384_psa ); in ssl_calc_finished_tls_sha384()
Dpsa_crypto.c2301 psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, in psa_hash_clone() function