Searched refs:mbedtls_sha256_clone (Results 1 – 6 of 6) sorted by relevance
94 void mbedtls_sha256_clone( mbedtls_sha256_context *dst,
86 TEST_INVALID_PARAM( mbedtls_sha256_clone( NULL, &ctx ) );87 TEST_INVALID_PARAM( mbedtls_sha256_clone( &ctx, NULL ) );
268 mbedtls_sha256_clone( &target_operation->ctx.sha256, in mbedtls_psa_hash_clone()274 mbedtls_sha256_clone( &target_operation->ctx.sha256, in mbedtls_psa_hash_clone()
375 mbedtls_sha256_clone( dst->md_ctx, src->md_ctx ); in mbedtls_md_clone()
68 void mbedtls_sha256_clone( mbedtls_sha256_context *dst, in mbedtls_sha256_clone() function
1920 mbedtls_sha256_clone( &sha256, &ssl->handshake->fin_sha256 ); in ssl_calc_verify_tls_sha256()3302 mbedtls_sha256_clone( &sha256, &ssl->handshake->fin_sha256 ); in ssl_calc_finished_tls_sha256()