Searched refs:psa_hash_clone (Results 1 – 7 of 7) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 101 #define psa_hash_clone \ macro 102 PSA_FUNCTION_NAME(psa_hash_clone)
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 78 PSA_ASSERT( psa_hash_clone( &operation, &operation2 ) );
|
D | test_suite_psa_crypto.function | 2123 TEST_EQUAL( psa_hash_clone( &op_source, &op_setup ), 2126 PSA_ASSERT( psa_hash_clone( &op_source, &op_init ) ); 2129 PSA_ASSERT( psa_hash_clone( &op_source, &op_finished ) ); 2132 PSA_ASSERT( psa_hash_clone( &op_source, &op_aborted ) ); 2167 PSA_ASSERT( psa_hash_clone( &op_setup, &op_target ) ); 2171 TEST_EQUAL( psa_hash_clone( &op_init, &op_target ), PSA_ERROR_BAD_STATE ); 2172 TEST_EQUAL( psa_hash_clone( &op_finished, &op_target ), 2174 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 ),
|
/third_party/mbedtls/include/psa/ |
D | crypto.h | 1174 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|
/third_party/mbedtls/library/ |
D | ssl_tls.c | 1368 status = psa_hash_clone( &ssl->handshake->fin_sha256_psa, &sha256_psa ); in ssl_calc_verify_tls_sha256() 1417 status = psa_hash_clone( &ssl->handshake->fin_sha384_psa, &sha384_psa ); in ssl_calc_verify_tls_sha384() 2548 status = psa_hash_clone( &ssl->handshake->fin_sha256_psa, &sha256_psa ); in ssl_calc_finished_tls_sha256() 2625 status = psa_hash_clone( &ssl->handshake->fin_sha384_psa, &sha384_psa ); in ssl_calc_finished_tls_sha384()
|
D | psa_crypto.c | 2261 psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, in psa_hash_clone() function
|