Searched refs:psa_hash_clone (Results 1 – 7 of 7) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 101 #define psa_hash_clone \ macro 102 PSA_FUNCTION_NAME(psa_hash_clone)
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 78 PSA_ASSERT( psa_hash_clone( &operation, &operation2 ) );
|
D | test_suite_psa_crypto.function | 1850 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 ),
|
D | test_suite_psa_crypto_driver_wrappers.function | 1747 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/ |
D | crypto.h | 1186 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | ssl_tls.c | 1896 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()
|
D | psa_crypto.c | 2301 psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, in psa_hash_clone() function
|